From 3eafcb26adba9fbd3ce2ecbf11c85ef27448fc17 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 4 Aug 2026 07:29:00 -0500 Subject: [PATCH] Fix build of vm-test image --- img/vm-test.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/img/vm-test.nix b/img/vm-test.nix index f927f14..8e80732 100644 --- a/img/vm-test.nix +++ b/img/vm-test.nix @@ -12,20 +12,10 @@ pup, shellcheck, python3, - xonsh, name, ... }: -let - basicPython = (python3.withPackages (p: with p; [ pyyaml ])); - x = xonsh.overridePythonAttrs (old: { - python3 = basicPython; - propagatedBuildInputs = - (if builtins.hasAttr "propagatedBuildInputs" old then old.propagatedBuildInputs else [ ]) - ++ [ basicPython.pkgs.pyyaml ]; - }); -in dockerTools.buildLayeredImage { name = name "vm-test"; tag = "latest"; @@ -42,9 +32,9 @@ dockerTools.buildLayeredImage { jq packer pup + (python3.withPackages (x: with x; [ pyyaml ])) shellcheck dockerTools.usrBinEnv - x ]; extraCommands = '' mkdir -p tmp