Merge pull request #264 from numtide/more-features

nix-daemon: enable more experimental features
This commit is contained in:
Jörg Thalheim 2023-10-06 10:45:34 +02:00 committed by GitHub
commit 05ecbf3094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@
nix.settings.experimental-features = [
"nix-command"
"flakes"
"repl-flake"
"impure-derivations"
"auto-allocate-uids"
];
# The default at 10 is rarely enough.