re-add ca-derivations to experimental features

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-18 15:07:18 +01:00
parent 17f2243831
commit 9c3dfb665b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -20,7 +20,7 @@
};
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
experimental-features = nix-command flakes ca-derivations
'';
gc = {
automatic = true;
@ -32,13 +32,13 @@
dates = [ "weekly" ];
};
buildMachines = [
{
hostName = "build-nas";
systems = [ "x86_64-linux" ];
maxJobs = 12;
speedFactor = 1;
supportedFeatures = [ "gccarch-znver1" ];
}
#{
# hostName = "build-nas";
# systems = [ "x86_64-linux" ];
# maxJobs = 12;
# speedFactor = 1;
# supportedFeatures = [ "gccarch-znver1" ];
#}
{
hostName = "build-pc";
systems = [
@ -55,7 +55,7 @@
];
maxJobs = 16;
speedFactor = 1;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" "gccarch-znver2" ];
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" "gccarch-znver2" "ca-derivations" ];
}
];
distributedBuilds = true;