Restore "nixUnstable: rename to nix-unstable"
as discussed inbed3695848
Different names make it easier for the users to notice updates to Nix stable, and to have Nix stable and unstable simultaneously. This reverts commitbed3695848
.
This commit is contained in:
parent
b00f806ed0
commit
695027f61c
|
@ -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 = "pre5788_e3013543";
|
suffix = "pre5788_e3013543";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
|
|
Loading…
Reference in New Issue