From 2afec152df4e284d264f8489d16004c264aebf4c Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 10 Jul 2026 23:17:29 -0500 Subject: [PATCH] tests/darwinScrublist: add podman podman pulls in vfkit on darwin, which fails to build on aarch64-darwin with the current nixpkgs pin (cctools ld crashes with 'Trace/BPT trap: 5'). The podman darwin tests reference the real package through the machine watchdog script, establishing a build dependency. Stub it on darwin test runs. --- tests/darwinScrublist.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/darwinScrublist.nix b/tests/darwinScrublist.nix index ce6db8e90..7d03908dc 100644 --- a/tests/darwinScrublist.nix +++ b/tests/darwinScrublist.nix @@ -163,6 +163,7 @@ let "pimsync" "pistol" "pls" + "podman" "poetry" "powerline-go" "proton-pass-cli"