From 798a8cb502ece77cec89035d48589608f57bb4ec Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 15:04:19 +0100 Subject: [PATCH] add podman-compose --- podman/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/podman/flake.nix b/podman/flake.nix index 7097ddf..a36c5cd 100644 --- a/podman/flake.nix +++ b/podman/flake.nix @@ -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