Closed
Description
After following the directions in the docs, I tried running nix flake check
on my Linux machine. It fails, saying a x86_64-darwin is required
. When I try and run it on macOS, I get the opposite, x86_64-linux
is required. I assumed this has to do with IFD and maybe materialization would help. But it did not, it failed with the same errors.
Are there any tricks to making this work?