nix: enable repl-flake
This commit is contained in:
parent
3ce9aee6c7
commit
8b48f0a4eb
|
@ -27,7 +27,7 @@
|
|||
auto-optimise-store = true;
|
||||
|
||||
# Enable flakes
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
experimental-features = ["nix-command" "flakes" "repl-flake"];
|
||||
|
||||
# Timeout connections to the binary cache instead of waiting forever
|
||||
connect-timeout = 5;
|
||||
|
|
Loading…
Reference in a new issue