shell: add nix helper programs
Some checks failed
Update Nix Flake / update-flake (push) Failing after 20s

This commit is contained in:
2025-10-20 19:37:44 +02:00
parent 7807091b83
commit b13cca7173

View File

@@ -3,6 +3,9 @@
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
nativeBuildInputs = with pkgs; [
nix
deploy-rs # for deploy
nixos-generators # for nixos-generate -f iso --flake .#host
nh # nix helper for nice interfaces
home-manager
git