Description
Lima Guest Agents for emulating non-native architectures.
This package should only be used when your guest's architecture differs from the host's.
To enable its functionality in limactl
, set withAdditionalGuestAgents = true
in the lima
package:
pkgs.lima.override {
withAdditionalGuestAgents = true;
}
Typically, you won't need to directly add this package to your *.nix files.