enable additional experimental-features
This commit is contained in:
parent
93d8640c35
commit
64d13428d0
1 changed files with 9 additions and 1 deletions
|
|
@ -57,9 +57,17 @@ in {
|
|||
];
|
||||
|
||||
nix.settings = {
|
||||
# REF: https://nix.dev/manual/nix/2.24/development/experimental-features
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
# Significant
|
||||
"flakes"
|
||||
"nix-command"
|
||||
"pipe-operators"
|
||||
|
||||
# Minor
|
||||
"no-url-literals"
|
||||
"parse-toml-timestamps"
|
||||
"recursive-nix"
|
||||
];
|
||||
|
||||
download-buffer-size = 524288000; # 500 MiB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue