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 9711aac642.
This commit is contained in:
Shea Levy
2017-12-07 14:17:53 -05:00
parent 0235f1249e
commit bed3695848

View File

@@ -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";