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-derivations = true;
|
||||
trusted-users = [ "spiollinux" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
# use all cores for building
|
||||
cores = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue