1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

rush: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:03:13 +01:00
parent 27ef2eb695
commit 2e22de1f58

View file

@ -35,4 +35,8 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.bjg ];
platforms = stdenv.lib.platforms.all;
};
passthru = {
shellPath = "/bin/rush";
};
}