colima: add lima-additional-guestagents to dependencies

This commit is contained in:
Kenichi Kamiya 2025-07-08 02:45:41 +09:00
parent deb20abbe1
commit e34d79f9d1
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -51,7 +51,10 @@ buildGoModule rec {
wrapProgram $out/bin/colima \
--prefix PATH : ${
lib.makeBinPath [
lima
# Suppress warning on `colima start`: https://github.com/abiosoft/colima/issues/1333
(lima.override {
withAdditionalGuestAgents = true;
})
qemu
]
}