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:
Matthew Bauer 2019-12-31 13:24:19 -05:00 committed by GitHub
commit ddce47c38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,8 @@ buildRustPackage rec {
platforms = platforms.all;
broken = stdenv.isDarwin;
};
passthru = {
shellPath = "/bin/ion";
};
}