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
commit 2c822b16fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";