From 2d70ccbdb30f7a1b77ee9c85f2b908af00123913 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 20 Jun 2024 11:31:44 +0200 Subject: [PATCH] podman: Add passt It (or rather pasta) is required by buildah. --- modules/podman.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/podman.nix b/modules/podman.nix index 70b2e9c..1894c97 100644 --- a/modules/podman.nix +++ b/modules/podman.nix @@ -12,6 +12,7 @@ environment.systemPackages = with pkgs; [ buildah + passt # required by buildah by default podman-compose skopeo ];