enable more experimental features

This commit is contained in:
xunuwu 2024-10-31 03:58:30 +01:00
parent c223504bbf
commit 37bf3c37a4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 7 additions and 6 deletions

View file

@ -26,7 +26,7 @@
settings = {
#auto-optimise-store = true;
builders-use-substitutes = true;
experimental-features = ["flakes" "nix-command"];
experimental-features = ["flakes" "nix-command" "pipe-operators" "no-url-literals"];
# for direnv GC roots
keep-outputs = true;