1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nix-exec: build against nixUnstable

This commit is contained in:
Shea Levy 2015-05-29 09:41:28 -04:00
parent 27ffee3631
commit 0c5a7d5df2

View file

@ -4780,6 +4780,8 @@ let
nix-exec = callPackage ../development/interpreters/nix-exec {
git = gitMinimal;
nix = nixUnstable;
};
octave = callPackage ../development/interpreters/octave {