Revert "nixUnstable: rename to nix-unstable"
This commit effectively makes it impossible to upgrade to nixUnstable with nix-env without mucking about with priorities, as you can't uninstall the old nix transactionally with the new nix and if you uninstall the old one first you no longer have nix at your disposal to install the new one. This reverts commit 9711aac642b184a63498dd4bbf8a572721be53c8.
This commit is contained in:
parent
0235f1249e
commit
bed3695848
@ -160,7 +160,7 @@ in rec {
|
||||
}) // { perl-bindings = nixStable; };
|
||||
|
||||
nixUnstable = (lib.lowPrio (common rec {
|
||||
name = "nix-unstable-1.12${suffix}";
|
||||
name = "nix-1.12${suffix}";
|
||||
suffix = "pre5788_e3013543";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
|
Loading…
x
Reference in New Issue
Block a user