shell: fix nixos-enter
authorJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Wed, 2 Apr 2025 19:59:26 +0000 (21:59 +0200)
committerJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Wed, 2 Apr 2025 19:59:26 +0000 (21:59 +0200)
shell.nix

index 477117f8924f1610b7f5e6e952e09fecfe4d71af..adfa9bb563a2a0cf8f6e2e3fb2110566f2585dad 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -68,7 +68,7 @@ pkgs.mkShell {
   buildInputs = shell.nix-shell.buildInputs ++ [
     (pkgs.nixos [ ]).nixos-generate-config
     (pkgs.nixos [ ]).nixos-install
-    (pkgs.nixos [ ]).nixos-enter
+    pkgs.nixos-enter
     #pkgs.binutils
     pkgs.coreutils
     pkgs.cryptsetup