feat(nix-settings): use unstable's nixUnstable (which ironically is the latest release)
This commit is contained in:
parent
5b42bdee9d
commit
76bce4709f
1 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
||||||
|
|
||||||
|
nix.package = pkgsUnstable.nixUnstable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue