Restore "nixUnstable: rename to nix-unstable"

as discussed in bed3695848

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:
Orivej Desh 2017-12-08 11:17:33 +00:00
parent b00f806ed0
commit 695027f61c
1 changed files with 1 additions and 1 deletions

View File

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