Closed rgrinberg closed 2 years ago
I think nix flake {check,show}
are broken anyways since you need to build things for multiple platforms, and that's not possible on many setups. However, this failure looks interesting and I'll look into it.
The error is actually due to you having an x86_64-darwin machine, and the bash in question being for aarch64-darwin. I think this is an issue with the default Nix config which marks your machine as being able to build aarch64-darwin
derivations, when in fact it can't.
However, nix flake show
won't work regardless because it tries to use IFD for foreign platforms, which would never work unless you have remote builders. Sorry, WONTFIX
Describe the bug
nix flake show
on this repository fails on darwinTo Reproduce
Expected behavior I expected the command to succeed
Environment
Additional context n/a