Propagate the inputs
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
jq
|
jq
|
||||||
packer
|
packer
|
||||||
shellcheck
|
shellcheck
|
||||||
(xonsh.overridePythonAttrs { python3 = basicPython; })
|
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ python3.pkgs.ruamel-yaml ];}))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user