Merge pull request #76729 from mox-mox/master
Adding passthru to ion shell to allow using it as a login shell as ad…
This commit is contained in:
commit
ddce47c38e
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@ buildRustPackage rec {
|
|||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/ion";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue