From b1b356e5560a1b2cc12144257c58ddfbe72886f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 13 Jun 2022 20:26:38 +0200 Subject: [PATCH] Use nixStable --- config/c3d2.nix | 1 - hosts/containers/nix-build/default.nix | 1 - hosts/dacbert/default.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/config/c3d2.nix b/config/c3d2.nix index 3407c371..063105b7 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -147,7 +147,6 @@ in { options = "--delete-older-than 21d"; randomizedDelaySec = "6h"; }; - package = pkgs.nixUnstable; registry.c3d2 = { from = { id = "c3d2"; diff --git a/hosts/containers/nix-build/default.nix b/hosts/containers/nix-build/default.nix index 32cb57f0..5e144155 100644 --- a/hosts/containers/nix-build/default.nix +++ b/hosts/containers/nix-build/default.nix @@ -34,7 +34,6 @@ nix = { buildCores = 40; maxJobs = 4; - package = lib.mkForce pkgs.nixUnstable; trustedUsers = [ "client" ]; extraOptions = '' builders-use-substitutes = true diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index c99e8d5a..eb162cd8 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -58,7 +58,6 @@ nix = { buildCores = 4; maxJobs = 1; - package = lib.mkForce pkgs.nixUnstable; trustedUsers = [ "client" ]; extraOptions = '' builders-use-substitutes = true