nixUnstable: rename to nix-unstable

This commit is contained in:
Orivej Desh 2017-10-27 23:05:12 +00:00
parent 8634a2e2c5
commit 9711aac642
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 = "pre5663_c7af84ce";
src = fetchFromGitHub {
owner = "NixOS";