nix-config/shell.nix
lightly-toasted 213ce6601f feat: add nh
- Updated justfile to use nh for deploy commands
- Added nh to flake devShell
- Added nh and just to shell.nix
- Enabled programs.nh in nixos
2026-01-17 12:10:57 +09:00

13 lines
156 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
nix
home-manager
git
sops
git-crypt
just
nh
];
}