nix: Only keep outputs and drvs on full systems
This commit is contained in:
parent
bfd192b2a8
commit
998d47fd1a
|
@ -111,7 +111,7 @@ in
|
||||||
# On-the-fly optimisation of nix store
|
# On-the-fly optimisation of nix store
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
# Keep output of derivations with gc root
|
# Keep output of derivations with gc root
|
||||||
extraOptions = ''
|
extraOptions = lib.optionalString config.sbruder.full ''
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue