Skip to content

Commit

Permalink
nixUnstable: Point to Nix 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 7, 2018
1 parent 07be75d commit 1deb779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/package-management/nix/default.nix
Expand Up @@ -132,6 +132,8 @@ in rec {
};
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };

nixUnstable = nix;
/*
nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.0${suffix}";
suffix = "pre5968_a6c0b773";
Expand All @@ -143,5 +145,6 @@ in rec {
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
*/

}

0 comments on commit 1deb779

Please sign in to comment.