aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/nix/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix
index 618ed9c7..8b078106 100644
--- a/system/services/nix/default.nix
+++ b/system/services/nix/default.nix
@@ -10,7 +10,7 @@
nixpkgs = nixpkgs-as-input;
in {
nix = {
- package = pkgs.nixUnstable;
+ package = pkgs.nixStable;
registry = {
nixpkgs.flake = nixpkgs;
@@ -35,8 +35,8 @@ in {
#trusted-public-keys = ["cache.ngi0.nixos.org-1:KqH5CBLNSyX184S9BKZJo1LxrxJ9ltnY2uAs5c/f1MA="];
fallback = true; # TODO what does this do?
- keep-failed = true; #keep failed tmp build dirs
- pure-eval = true; # restrict file system and network access to hash
+ keep-failed = true; # keep failed tmp build dirs
+ pure-eval = true; # restrict file system and network access to hash
};
};
}