making nixFlakes be nixVersions

This commit is contained in:
Chris Cochrun 2022-09-26 17:30:17 -05:00
parent 1e63034c0b
commit 358b9a59e7
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ imports =
nix = {
extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixFlakes;
package = pkgs.nixVersions.unstable;
};
# Use the systemd-boot EFI boot loader.

View file

@ -8,7 +8,7 @@
];
nix = {
extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixFlakes;
package = pkgs.nixVersions.unstable;
};
# Use the systemd-boot EFI boot loader.