pash: add shellPath passthru
This commit is contained in:
parent
7fcd50da4f
commit
27ef2eb695
@ -22,4 +22,8 @@ buildDotnetPackage rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = with licenses; [ bsd3 gpl3 ];
|
license = with licenses; [ bsd3 gpl3 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
shellPath = "/bin/pash";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user