mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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:
parent
df45c65aae
commit
ef351646ba
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user