oil: add passthru.shellPath
This commit is contained in:
parent
1047a165b8
commit
fe30f41890
|
@ -43,4 +43,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = with lib.maintainers; [ lheckemann ];
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/osh";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue