ruamel vs pyyaml

This commit is contained in:
Greg Hellings
2024-04-16 14:07:05 -05:00
parent 77eab0ff9f
commit 93c3f3fefa
+1 -1
View File
@@ -23,7 +23,7 @@
};
packages = {
vm-test = let
basicPython = (pkgs.python3.withPackages (p: with p; [ pyyaml ]));
basicPython = (pkgs.python3.withPackages (p: with p; [ ruamel-yaml ]));
in pkgs.dockerTools.buildLayeredImage {
name = "vm-test";
tag = "latest";