xonsh: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:03:37 +01:00
parent 53060e5bb8
commit a9f42f633b

View file

@ -41,4 +41,8 @@ python3Packages.buildPythonApplication rec {
maintainers = with maintainers; [ spwhitt garbas ];
platforms = platforms.all;
};
passthru = {
shellPath = "/bin/xonsh";
};
}