Add img and skopeo when enabling podman.

This commit is contained in:
Kevin Baensch 2024-11-16 11:00:20 +01:00
parent 9baf5cf3b8
commit 706b8043c4
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -17,6 +17,6 @@ in
}; };
}; };
environment.systemPackages = environment.systemPackages =
(with pkgs; [podman-compose cntr]) (with pkgs; [podman-compose cntr img skopeo])
++ (optional withDocker pkgs.docker-compose); ++ (optional withDocker pkgs.docker-compose);
} }