From 669f7b41912bcff635d7b4197110e9b83c0c2981 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 17 Jun 2023 09:25:24 +0200 Subject: Fix(system/services/nix): Use nixStable as unstable is broken right now --- system/services/nix/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/services/nix') 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 }; }; } -- cgit 1.4.1