Propagate the inputs

This commit is contained in:
Greg Hellings
2024-04-16 14:04:34 -05:00
parent d86e4e4a79
commit 77eab0ff9f
+1 -1
View File
@@ -36,7 +36,7 @@
jq
packer
shellcheck
(xonsh.overridePythonAttrs { python3 = basicPython; })
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ python3.pkgs.ruamel-yaml ];}))
];
};
};