Styx: use optimise.automatic
This commit is contained in:
parent
08d864dbdf
commit
47e7106dd4
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue