nix-daemon: enable more experimental features

Impure-derivations and auto-allocate-uids seem to be pretty stable and are not used if not requested by a build.
repl-flake changes the behaviour of nix repl, but this change will be considered stable in the next release anyway.
This commit is contained in:
Jörg Thalheim 2023-10-06 08:35:33 +02:00
parent 26fcb7b5f5
commit c0f96709f6

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.