enable (experimental) flake syntax for nix repl
This commit is contained in:
parent
6d00605219
commit
f286c008c9
|
@ -246,7 +246,7 @@ in
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
trusted-users = [ "spiollinux" ];
|
trusted-users = [ "spiollinux" ];
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
# use all cores for building
|
# use all cores for building
|
||||||
cores = 0;
|
cores = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue