You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: a 'aarch64-linux' with features {} is required to build '/nix/store/ayfxz488paiyyaiz6sbgcdvv5r063g1a-yarn.nix.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test}
This is due to IFD (import from derivation) being required to perform the evaluation. In some sense the error message is correct: you are unable to be certain that the flake evaluates on a aarch64-linux without performing a build on that architecture. This is a reason IFD can cause problems and should often be avoided. If you had an aarch64-linux builder in your builders option, then a build would be dispatched there and the result used to continue evaluation.
Describe the bug
nix flake check
fails for yarn packagesSteps To Reproduce
Steps to reproduce the behavior:
Expected behavior
the checks succeed
Screenshots
error: a 'aarch64-linux' with features {} is required to build '/nix/store/ayfxz488paiyyaiz6sbgcdvv5r063g1a-yarn.nix.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test}
Additional context
none
Notify maintainers
maybe @jtojnar?
Metadata
The text was updated successfully, but these errors were encountered: