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

View File

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