1error:2 … while calling the 'derivationStrict' builtin3 at «nix-internal»/derivation-internal.nix:37:12:4 36|5 37| strict = derivationStrict drvAttrs;6 | ^7 38|89 … while evaluating derivation 'nixos-disko-images'10 whose name attribute is located at «github:NixOS/nixpkgs/f205b5574fd0cb7da5b702a2da51507b7f4fdd1b?narHash=sha256-/NAkDSsve%2BGNM0Bt6tleJdCGfsTlK89nPjkVOzZMo0s%3D»/pkgs/stdenv/generic/make-derivation.nix:651:111112 … while evaluating attribute 'args' of derivation 'nixos-disko-images'13 at «github:NixOS/nixpkgs/f205b5574fd0cb7da5b702a2da51507b7f4fdd1b?narHash=sha256-/NAkDSsve%2BGNM0Bt6tleJdCGfsTlK89nPjkVOzZMo0s%3D»/pkgs/build-support/vm/default.nix:414:9:14 413| builder = "${bash}/bin/sh";15 414| args = [16 | ^17 415| "-e"1819 (stack trace truncated; use '--show-trace' to show the full, detailed trace)2021 error: vmTools: the `kernel` argument (kernel-modules) has no22 `target` attribute, so the kernel image filename cannot be determined.2324 If you are passing a module tree (e.g. from `pkgs.aggregateModules`) to25 make extra modules available, pass it via `kernelModules` instead and26 keep `kernel` pointing at a real kernel derivation. Alternatively, pass27 `kernelImage` explicitly with the path of the bootable image relative28 to the `kernel` derivation output (e.g. "bzImage" or "Image").