feat(bomba): add podman-compose

This commit is contained in:
2026-07-19 09:32:22 +02:00
parent 68a0d85428
commit c92264b7c9
+1
View File
@@ -12,4 +12,5 @@
dockerCompat = true;
};
};
environment.systemPackages = with pkgs; [ podman-compose ];
}