Merge pull request #30880 from orivej/nix-unstable
nixUnstable: rename to nix-unstable
This commit is contained in:
commit
2c822b16fb
@ -160,7 +160,7 @@ in rec {
|
|||||||
}) // { perl-bindings = nixStable; };
|
}) // { perl-bindings = nixStable; };
|
||||||
|
|
||||||
nixUnstable = (lib.lowPrio (common rec {
|
nixUnstable = (lib.lowPrio (common rec {
|
||||||
name = "nix-1.12${suffix}";
|
name = "nix-unstable-1.12${suffix}";
|
||||||
suffix = "pre5663_c7af84ce";
|
suffix = "pre5663_c7af84ce";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
|
Loading…
Reference in New Issue
Block a user