mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
colima: add docker dependency to fix error when starting with default container runtime (#543167)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user