0fab94a844
It is currently not obvious how to install/use xonsh with dependencies and python packages. This PR implements a wrapper that allows you to construct a custom xonsh environment by using: ``` nix xonsh.override { extraPackages = ps: [ ps.requests ]; } ``` |
||
---|---|---|
.. | ||
default.nix | ||
wrapper.nix |