Make nix keep output of derivations with gc root
This commit is contained in:
parent
e53f2882f4
commit
0bbfafcafb
|
@ -76,6 +76,11 @@
|
||||||
|
|
||||||
# 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
|
||||||
|
extraOptions = ''
|
||||||
|
keep-outputs = true
|
||||||
|
keep-derivations = true
|
||||||
|
'';
|
||||||
|
|
||||||
# Make nix build in background less noticeable
|
# Make nix build in background less noticeable
|
||||||
daemonIONiceLevel = 5; # 0-7
|
daemonIONiceLevel = 5; # 0-7
|
||||||
|
|
Loading…
Reference in a new issue