podman: Add passt

It (or rather pasta) is required by buildah.
This commit is contained in:
Simon Bruder 2024-06-20 11:31:44 +02:00
parent 750c9970f8
commit 2d70ccbdb3
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -12,6 +12,7 @@
environment.systemPackages = with pkgs; [
buildah
passt # required by buildah by default
podman-compose
skopeo
];