pash: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:03:01 +01:00
parent 7fcd50da4f
commit 27ef2eb695

View file

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