Merge pull request #110858 from jrick/oksh-shellPath
oksh: add shellPath for use as user shells
This commit is contained in:
commit
aa8c68053a
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ siraben ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/oksh";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue