Restore "nixUnstable: rename to nix-unstable"
as discussed inbed3695848Different names make it easier for the users to notice updates to Nix stable, and to have Nix stable and unstable simultaneously. This reverts commitbed3695848.
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