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

Remove extra experimental features as they are enabled by default

This commit is contained in:
RGBCube 2023-12-06 01:36:22 +03:00
parent b4d0ccfe17
commit b388135b21
No known key found for this signature in database

View file

@ -167,8 +167,6 @@
default.flake = nixpkgs;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.settings.warn-dirty = false;