1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

MORE EXPERIMENTAL FEATURES

This commit is contained in:
RGBCube 2023-12-06 09:30:31 +03:00
parent 33fa3b639a
commit 6917d59a1b
No known key found for this signature in database

View file

@ -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" ];