add podman-compose

This commit is contained in:
Lillian Violet 2024-02-06 15:04:19 +01:00
parent 2b9c069b54
commit 798a8cb502

View file

@ -21,6 +21,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.podman # CLI
pkgs.podman-compose # compose tools
pkgs.runc # Container runtime
pkgs.conmon # Container runtime monitor
pkgs.skopeo # Interact with container registry