Add extra modules to xonsh
This commit is contained in:
committed by
greg-compass
parent
a897caee9f
commit
1d3c7eaa03
@@ -70,6 +70,8 @@ in rec {
|
|||||||
xonsh = prev.xonsh.overridePythonAttrs (old: rec{
|
xonsh = prev.xonsh.overridePythonAttrs (old: rec{
|
||||||
python3 = final.gregpy;
|
python3 = final.gregpy;
|
||||||
propagatedBuildInputs = with final.gregpy.pkgs; old.propagatedBuildInputs ++ [
|
propagatedBuildInputs = with final.gregpy.pkgs; old.propagatedBuildInputs ++ [
|
||||||
|
responses
|
||||||
|
ruamel-yaml
|
||||||
xonsh-apipenv
|
xonsh-apipenv
|
||||||
xonsh-direnv
|
xonsh-direnv
|
||||||
xontrib-vox
|
xontrib-vox
|
||||||
|
|||||||
Reference in New Issue
Block a user