Merge pull request #30880 from orivej/nix-unstable

nixUnstable: rename to nix-unstable
This commit is contained in:
Frederik Rietdijk
2017-11-03 19:21:36 +01:00
committed by GitHub

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