colima: add lima-additional-guestagents to dependencies
This commit is contained in:
parent
deb20abbe1
commit
e34d79f9d1
@ -51,7 +51,10 @@ buildGoModule rec {
|
|||||||
wrapProgram $out/bin/colima \
|
wrapProgram $out/bin/colima \
|
||||||
--prefix PATH : ${
|
--prefix PATH : ${
|
||||||
lib.makeBinPath [
|
lib.makeBinPath [
|
||||||
lima
|
# Suppress warning on `colima start`: https://github.com/abiosoft/colima/issues/1333
|
||||||
|
(lima.override {
|
||||||
|
withAdditionalGuestAgents = true;
|
||||||
|
})
|
||||||
qemu
|
qemu
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user