making nixFlakes be nixVersions
This commit is contained in:
parent
1e63034c0b
commit
358b9a59e7
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue