oil: add passthru.shellPath

This commit is contained in:
Alva 2019-10-06 23:01:33 +02:00
parent 1047a165b8
commit fe30f41890
No known key found for this signature in database
GPG key ID: F53E323342F7A6D3

View file

@ -43,4 +43,8 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ lheckemann ];
};
passthru = {
shellPath = "/bin/osh";
};
}