-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix flake check fails #1097
Comments
yeah, it is annoying. upstream issue: NixOS/nix#4265 one hacky "workaround" could be to wrap nix in the nix shell:
|
and use rewrite-static from iohk-nix
@jbgi Should that be prepended with
I see the current code used in cardano-node is:
Is that a better workaround for some reason? |
Actually every workaround I'm trying gives me the same failure using
Or even using
|
Try:
|
This works, but I don't think it can fix my actual immediate problem of getting haskell.nix to work with eu.nixbuild.net.I accidentally created an XY problem here by trying to simplify my problem for potential askers :/ I'll create a new issue describing my full problem and giving more context. |
I think the I am trying to copy the solution from |
A solution for The same issue for I have copied the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
After following the directions in the docs, I tried running
nix flake check
on my Linux machine. It fails, saying ax86_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?
The text was updated successfully, but these errors were encountered: