Restore "nixUnstable: rename to nix-unstable"
as discussed in https://github.com/NixOS/nixpkgs/commit/bed3695848c23a2ea98a48c42754e8b5d769e821
Different names make it easier for the users to notice updates to Nix stable,
and to have Nix stable and unstable simultaneously.
This reverts commit bed3695848.
This commit is contained in:
@@ -160,7 +160,7 @@ in rec {
|
||||
}) // { perl-bindings = nixStable; };
|
||||
|
||||
nixUnstable = (lib.lowPrio (common rec {
|
||||
name = "nix-1.12${suffix}";
|
||||
name = "nix-unstable-1.12${suffix}";
|
||||
suffix = "pre5788_e3013543";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
|
||||
Reference in New Issue
Block a user