mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
rush: add shellPath passthru
This commit is contained in:
parent
27ef2eb695
commit
2e22de1f58
1 changed files with 4 additions and 0 deletions
|
@ -35,4 +35,8 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [ stdenv.lib.maintainers.bjg ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/rush";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue