Back to pyyaml
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
};
|
};
|
||||||
packages = {
|
packages = {
|
||||||
vm-test = let
|
vm-test = let
|
||||||
basicPython = (pkgs.python3.withPackages (p: with p; [ ruamel-yaml ]));
|
basicPython = (pkgs.python3.withPackages (p: with p; [ pyyaml ]));
|
||||||
in pkgs.dockerTools.buildLayeredImage {
|
in pkgs.dockerTools.buildLayeredImage {
|
||||||
name = "vm-test";
|
name = "vm-test";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
jq
|
jq
|
||||||
packer
|
packer
|
||||||
shellcheck
|
shellcheck
|
||||||
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ python3.pkgs.ruamel-yaml ];}))
|
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user