1
0
Fork 0

Styx: use optimise.automatic

This commit is contained in:
Daniel Kempkens 2024-11-13 11:42:49 +01:00
parent 08d864dbdf
commit 47e7106dd4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,7 +25,6 @@ in
extra-platforms = [ "x86_64-darwin" ]; extra-platforms = [ "x86_64-darwin" ];
log-lines = 25; log-lines = 25;
auto-optimise-store = true;
keep-derivations = true; keep-derivations = true;
keep-outputs = true; keep-outputs = true;
extra-nix-path = "nixpkgs=flake:nixpkgs"; extra-nix-path = "nixpkgs=flake:nixpkgs";
@ -60,6 +59,10 @@ in
connect-timeout = 5; connect-timeout = 5;
}; };
optimise = {
automatic = true;
};
configureBuildUsers = true; configureBuildUsers = true;
distributedBuilds = true; distributedBuilds = true;