mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
MORE EXPERIMENTAL FEATURES
This commit is contained in:
parent
33fa3b639a
commit
6917d59a1b
1 changed files with 6 additions and 1 deletions
|
@ -167,7 +167,12 @@
|
|||
default.flake = nixpkgs;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.experimental-features = [
|
||||
"fetch-tree"
|
||||
"flakes"
|
||||
"nix-command"
|
||||
"repl-flake"
|
||||
];
|
||||
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue