enable experimental nix command
This commit is contained in:
parent
87a8e5e1a4
commit
951fd59398
|
@ -249,6 +249,7 @@ in
|
||||||
gc-keep-outputs = true
|
gc-keep-outputs = true
|
||||||
gc-keep-derivations = true
|
gc-keep-derivations = true
|
||||||
trusted-users = spiollinux
|
trusted-users = spiollinux
|
||||||
|
experimental-features = nix-command
|
||||||
'';
|
'';
|
||||||
# use all cores for building
|
# use all cores for building
|
||||||
nix.buildCores = 0;
|
nix.buildCores = 0;
|
||||||
|
|
Loading…
Reference in a new issue