rush: add shellPath passthru

wip/yesman
zimbatm 8 years ago
parent 27ef2eb695
commit 2e22de1f58
  1. 4
      pkgs/shells/rush/default.nix

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

Loading…
Cancel
Save