1error:2 … while evaluating a branch condition3 at «string»:23:10:4 22| if !keepName n then {}5 23| else if !builtins.isAttrs c || isDrv c then c6 | ^7 24| else if c ? _type || !(c.recurseForDerivations or true) then {}89 … in the left operand of the OR (||) operator10 at «string»:23:33:11 22| if !keepName n then {}12 23| else if !builtins.isAttrs c || isDrv c then c13 | ^14 24| else if c ? _type || !(c.recurseForDerivations or true) then {}1516 … while evaluating definitions from `/nix/store/apv3prc30qp934bi0l3vpp0gb1m8kcaf-source/lib/make-disk-image.nix':1718 (stack trace truncated; use '--show-trace' to show the full, detailed trace)1920 error: vmTools: the `kernel` argument (kernel-modules) has no21 `target` attribute, so the kernel image filename cannot be determined.2223 If you are passing a module tree (e.g. from `pkgs.aggregateModules`) to24 make extra modules available, pass it via `kernelModules` instead and25 keep `kernel` pointing at a real kernel derivation. Alternatively, pass26 `kernelImage` explicitly with the path of the bootable image relative27 to the `kernel` derivation output (e.g. "bzImage" or "Image").