mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Set nix path to actual nixpkgs
This commit is contained in:
parent
00ea390425
commit
4ca767342c
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@
|
|||
persistent = true;
|
||||
};
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
||||
nix.optimise.automatic = true;
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue