nix: enable repl-flake

This commit is contained in:
Casper V. Kristensen 2024-03-28 15:53:10 +01:00
parent 3ce9aee6c7
commit 8b48f0a4eb

View file

@ -27,7 +27,7 @@
auto-optimise-store = true; auto-optimise-store = true;
# Enable flakes # Enable flakes
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes" "repl-flake"];
# Timeout connections to the binary cache instead of waiting forever # Timeout connections to the binary cache instead of waiting forever
connect-timeout = 5; connect-timeout = 5;