colima: add lima-additional-guestagents to dependencies (#423273)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-10 03:14:39 +02:00
committed by GitHub
+4 -1
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
]
}