mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:56:51 +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 = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"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;
|
warn-dirty = true;
|
||||||
allow-dirty = false;
|
allow-dirty = false;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
|
|
Loading…
Reference in a new issue