nix: update legacy keep config options
This commit is contained in:
parent
29a68a9626
commit
c3746fceeb
|
@ -246,8 +246,8 @@ in
|
|||
|
||||
# keep build-time deps around for offline-rebuilding
|
||||
nix.extraOptions = ''
|
||||
gc-keep-outputs = true
|
||||
gc-keep-derivations = true
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
trusted-users = spiollinux
|
||||
experimental-features = nix-command
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue