diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-27 13:03:00 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-29 13:45:55 +0200 |
commit | b6853f54c0420743443e1404e05f13f9013e2012 (patch) | |
tree | 7984c9d65098da29336ac442a2555af35ef7da84 | |
parent | Modules: Add email module (diff) | |
download | nixos-config-b6853f54c0420743443e1404e05f13f9013e2012.tar.gz nixos-config-b6853f54c0420743443e1404e05f13f9013e2012.tar.bz2 nixos-config-b6853f54c0420743443e1404e05f13f9013e2012.zip |
Update
-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; |