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
|
# keep build-time deps around for offline-rebuilding
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
gc-keep-outputs = true
|
keep-outputs = true
|
||||||
gc-keep-derivations = true
|
keep-derivations = true
|
||||||
trusted-users = spiollinux
|
trusted-users = spiollinux
|
||||||
experimental-features = nix-command
|
experimental-features = nix-command
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue