1error:2 … while evaluating the 'name' attribute of a derivation34 … while evaluating a branch condition5 at /nix/store/9v6qa656sq3xc58vkxslqy646p0ajj61-source/lib/trivial.nix:913:27:6 912| */7 913| throwIfNot = cond: msg: if cond then x: x else throw msg;8 | ^9 914|1011 … while calling a functor (an attribute set with a '__functor' attribute)12 at /var/lib/nixbot/worktrees/2-1ce21b8cd5b6-a8154000/tests/examples/default.nix:111:18:13 110| # Build with `nargoLib.buildPackage`14 111| buildInner = nargoLib.buildPackage {15 | ^16 112| pname = name;1718 (stack trace truncated; use '--show-trace' to show the full, detailed trace)1920 error: Cannot build '/nix/store/mfg8pmd4ci369vmjp4sdba5pivx4m509-source.drv'.21 Reason: platform mismatch22 Required system: 'aarch64-darwin'23 Current system: 'x86_64-linux'