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

Set nix path to actual nixpkgs

This commit is contained in:
RGBCube 2023-11-22 10:31:22 +03:00
parent 00ea390425
commit 4ca767342c
No known key found for this signature in database

View file

@ -114,6 +114,9 @@
persistent = true;
};
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
nix.registry.nixpkgs.flake = nixpkgs;
nix.optimise.automatic = true;
nix.settings.experimental-features = [