From 1661d78eedd2ac2632d5aa13c4ce676b2420051a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 26 Jun 2024 11:22:20 -0400 Subject: [PATCH] feat: podman-compose is useful --- nix/base-system/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index 47f7b76..fab9a1c 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -251,6 +251,7 @@ EOF"; clio = clio; victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { }; podman = unstablePkgs.podman; + podman-compose = unstablePkgs.podman-compose; }) rust-overlay ]; @@ -306,6 +307,7 @@ EOF"; #podman-desktop # Broken on darwin right now with electron build issues. # Note that podman expects qemu to be installed in order to use the podman machine setup. podman + podman-compose qemu lima rlwrap