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