mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-06 04:21:59 +00:00
sync
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
};
|
||||
|
||||
# Enable nix flakes
|
||||
nix.package = pkgs.nixFlakes;
|
||||
# nix.package = pkgs.nixFlakes; #Deprecated
|
||||
nix.package = pkgs.nixVersions.stable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user