diff options
-rw-r--r-- | flake.lock | bin | 3900 -> 3900 bytes | |||
-rw-r--r-- | hosts/configuration.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index cdf4a23..bd45d5b 100644 --- a/flake.lock +++ b/flake.lock Binary files differdiff --git a/hosts/configuration.nix b/hosts/configuration.nix index 593e83d..45a4ce6 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -181,7 +181,7 @@ dates = "daily"; options = "-d"; }; - package = pkgs.nixFlakes; + package = pkgs.nixVersions.stable; settings = { experimental-features = [ "nix-command" "flakes" "ca-derivations" ]; auto-optimise-store = true; |