Merge pull request #110858 from jrick/oksh-shellPath

oksh: add shellPath for use as user shells
This commit is contained in:
Guillaume Girol 2021-05-30 12:47:45 +00:00 committed by GitHub
commit aa8c68053a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ siraben ];
platforms = platforms.all;
};
passthru = {
shellPath = "/bin/oksh";
};
}