Use nixStable

This commit is contained in:
Sandro - 2022-06-13 20:26:38 +02:00
parent c4b3b1d7dc
commit b1b356e556
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 0 additions and 3 deletions

View File

@ -147,7 +147,6 @@ in {
options = "--delete-older-than 21d"; options = "--delete-older-than 21d";
randomizedDelaySec = "6h"; randomizedDelaySec = "6h";
}; };
package = pkgs.nixUnstable;
registry.c3d2 = { registry.c3d2 = {
from = { from = {
id = "c3d2"; id = "c3d2";

View File

@ -34,7 +34,6 @@
nix = { nix = {
buildCores = 40; buildCores = 40;
maxJobs = 4; maxJobs = 4;
package = lib.mkForce pkgs.nixUnstable;
trustedUsers = [ "client" ]; trustedUsers = [ "client" ];
extraOptions = '' extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true

View File

@ -58,7 +58,6 @@
nix = { nix = {
buildCores = 4; buildCores = 4;
maxJobs = 1; maxJobs = 1;
package = lib.mkForce pkgs.nixUnstable;
trustedUsers = [ "client" ]; trustedUsers = [ "client" ];
extraOptions = '' extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true