argunix: this attribute failed at evaluation time, before any build started. attribute: checks.aarch64-linux.multi-arch nix-eval-jobs error: error: … while evaluating the attribute 'drvPath' at «github:NixOS/nixpkgs/1559d3daa3ecc813a650b79375ea61b6741b8746?narHash=sha256-LQy14TZp77TwbQf40gg1V3jo8FwJG0jGDkAH%2BzRHqg8%3D»/lib/customisation.nix:415:11: 414| // { 415| drvPath = | ^ 416| assert condition; … while calling the 'derivationStrict' builtin at «nix-internal»/derivation-internal.nix:37:12: 36| 37| strict = derivationStrict drvAttrs; | ^ 38| … while evaluating the option `driverConfigurationFile': … while evaluating the option `driverConfiguration.vms.machine.start_script': … while evaluating definitions from `/nix/store/lj0fr41wwbrx2mwq2378jg8qrns7b93d-source/nixos/lib/testing/driver-configuration.nix': … while evaluating the option `nodes.machine.system.build.toplevel': … while evaluating definitions from `/nix/store/lj0fr41wwbrx2mwq2378jg8qrns7b93d-source/nixos/modules/system/activation/top-level.nix': … while evaluating the option `nodes.machine.assertions': … while evaluating definitions from `/nix/store/lj0fr41wwbrx2mwq2378jg8qrns7b93d-source/nixos/modules/system/boot/systemd.nix': … while evaluating the option `nodes.machine.systemd.services': … while evaluating definitions from `/nix/store/lj0fr41wwbrx2mwq2378jg8qrns7b93d-source/nixos/modules/system/boot/binfmt.nix': … while evaluating the option `nodes.machine.boot.binfmt.registrations': … while evaluating definitions from `/nix/store/lj0fr41wwbrx2mwq2378jg8qrns7b93d-source/nixos/modules/system/boot/binfmt.nix': (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: assertion '(system != (pkgs).stdenv.hostPlatform.system)' failed at «github:NixOS/nixpkgs/1559d3daa3ecc813a650b79375ea61b6741b8746?narHash=sha256-LQy14TZp77TwbQf40gg1V3jo8FwJG0jGDkAH%2BzRHqg8%3D»/nixos/modules/system/boot/binfmt.nix:238:9: 237| system: 238| assert system != pkgs.stdenv.hostPlatform.system; | ^ 239| {