feat: podman-compose is useful
This commit is contained in:
parent
1d8cff745c
commit
1661d78eed
@ -251,6 +251,7 @@ EOF";
|
|||||||
clio = clio;
|
clio = clio;
|
||||||
victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { };
|
victoria-logs = pkgs.callPackage ../packages/victoria-logs.nix { };
|
||||||
podman = unstablePkgs.podman;
|
podman = unstablePkgs.podman;
|
||||||
|
podman-compose = unstablePkgs.podman-compose;
|
||||||
})
|
})
|
||||||
rust-overlay
|
rust-overlay
|
||||||
];
|
];
|
||||||
@ -306,6 +307,7 @@ EOF";
|
|||||||
#podman-desktop # Broken on darwin right now with electron build issues.
|
#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.
|
# Note that podman expects qemu to be installed in order to use the podman machine setup.
|
||||||
podman
|
podman
|
||||||
|
podman-compose
|
||||||
qemu
|
qemu
|
||||||
lima
|
lima
|
||||||
rlwrap
|
rlwrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user