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/0bb7ec54c8483066ec9d7720e780a5caa71f8612?narHash=sha256-iffAls3iaNTyJC2faYcUXSI%2BGp02cDjYl%2BMygxKl2GI%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/gdsajkamj68va7gl12sdqj4q562jg6rm-source/nixos/lib/testing/driver-configuration.nix': … while evaluating the option `nodes.machine.system.build.toplevel': … while evaluating definitions from `/nix/store/gdsajkamj68va7gl12sdqj4q562jg6rm-source/nixos/modules/system/activation/top-level.nix': … while evaluating the option `nodes.machine.assertions': … while evaluating definitions from `/nix/store/gdsajkamj68va7gl12sdqj4q562jg6rm-source/nixos/modules/system/boot/systemd.nix': … while evaluating the option `nodes.machine.systemd.services': … while evaluating definitions from `/nix/store/gdsajkamj68va7gl12sdqj4q562jg6rm-source/nixos/modules/system/boot/binfmt.nix': … while evaluating the option `nodes.machine.boot.binfmt.registrations': … while evaluating definitions from `/nix/store/gdsajkamj68va7gl12sdqj4q562jg6rm-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/0bb7ec54c8483066ec9d7720e780a5caa71f8612?narHash=sha256-iffAls3iaNTyJC2faYcUXSI%2BGp02cDjYl%2BMygxKl2GI%3D»/nixos/modules/system/boot/binfmt.nix:238:9: 237| system: 238| assert system != pkgs.stdenv.hostPlatform.system; | ^ 239| {