nixUnstable: Point to Nix 2.0

This commit is contained in:
Eelco Dolstra 2018-03-07 10:29:30 +01:00
parent 07be75d512
commit 1deb779a7a

View file

@ -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";
@ -143,5 +145,6 @@ in rec {
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
*/
}