colima: add lima-additional-guestagents to dependencies (#423273)
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user