pash: add shellPath passthru

wip/yesman
zimbatm 8 years ago
parent 7fcd50da4f
commit 27ef2eb695
  1. 4
      pkgs/shells/pash/default.nix

@ -22,4 +22,8 @@ buildDotnetPackage rec {
platforms = platforms.all;
license = with licenses; [ bsd3 gpl3 ];
};
passthru = {
shellPath = "/bin/pash";
};
}

Loading…
Cancel
Save