colima: add docker dependency to fix error when starting with default container runtime (#543167)

This commit is contained in:
Alexis Hildebrandt
2026-07-18 13:19:42 +00:00
committed by GitHub

View File

@@ -10,6 +10,7 @@
makeWrapper,
procps,
qemu,
docker,
testers,
colima,
}:
@@ -66,6 +67,7 @@ buildGoModule (finalAttrs: {
# Suppress warning on `colima start`: https://github.com/abiosoft/colima/issues/1333
lima-full
qemu
docker
]
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform krunkit) krunkit
)