mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-28 10:56:33 +01:00
add experimenral features
This commit is contained in:
parent
0f4e77344f
commit
7af67f99b6
1 changed files with 10 additions and 0 deletions
|
@ -40,7 +40,17 @@ in
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
"ca-derivations"
|
||||
"cgroups"
|
||||
"dynamic-derivations"
|
||||
"fetch-closure"
|
||||
"impure-derivations"
|
||||
"no-url-literals"
|
||||
"recursive-nix"
|
||||
];
|
||||
auto-allocate-uids = true;
|
||||
use-cgroups = true;
|
||||
warn-dirty = true;
|
||||
allow-dirty = false;
|
||||
use-xdg-base-directories = true;
|
||||
|
|
Loading…
Reference in a new issue