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";
randomizedDelaySec = "6h";
};
package = pkgs.nixUnstable;
registry.c3d2 = {
from = {
id = "c3d2";

View File

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

View File

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