mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Nix] Enable flake support for nix repl
This commit is contained in:
parent
04b784451f
commit
5ca978f344
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ in
|
|||
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
nix.settings.substitute = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ]
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" "repl-flake" ]
|
||||
++ optional cfg.contentAddressed "ca-derivations";
|
||||
|
||||
nix.settings.download-attempts = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue