Revert "Restore "nixUnstable: rename to nix-unstable""

This reverts commit 695027f61c.

We really can't have "nix-env -i nix" *not* upgrade nixUnstable to a
newer nixStable. For instance, it would cause "nix upgrade-nix" to
produce a user environment with collisions.
This commit is contained in:
Eelco Dolstra 2018-01-31 22:22:47 +01:00
parent df45c65aae
commit ef351646ba

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 = "pre5873_b76e282d";
src = fetchFromGitHub {
owner = "NixOS";