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

Revert "Remove extra experimental features as they are enabled by default"

This reverts commit b388135b21.
This commit is contained in:
RGBCube 2023-12-06 02:11:13 +03:00
parent b86f2a7fd2
commit c4a9653cd3
No known key found for this signature in database

View file

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