From c328442422c9a3993b2b3b27c297b52b5e6195eb Mon Sep 17 00:00:00 2001 From: Ivan Klishch Date: Wed, 24 Jul 2024 15:59:32 -0400 Subject: [PATCH] pkgs.nixUnstable is deprecated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 795cc76d..2ff5632e 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ vm/bootstrap0: mount /dev/disk/by-label/boot /mnt/boot; \ nixos-generate-config --root /mnt; \ sed --in-place '/system\.stateVersion = .*/a \ - nix.package = pkgs.nixUnstable;\n \ + nix.package = pkgs.nixVersions.git;\n \ nix.extraOptions = \"experimental-features = nix-command flakes\";\n \ nix.binaryCaches = [\"https://mitchellh-nixos-config.cachix.org\"];\n \ nix.binaryCachePublicKeys = [\"mitchellh-nixos-config.cachix.org-1:bjEbXJyLrL1HZZHBbO4QALnI5faYZppzkU4D2s0G8RQ=\"];\n \