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
On this and all other examples I've tried, I get an error like the following. I'm not sure if this is even supposed to work, feel free to close if it's not supported.
error:
… while calling the 'derivationStrict' builtin
at <nix/derivation-internal.nix>:34:12:
33|
34| strict = derivationStrict drvAttrs;
| ^
35|
… while evaluating derivation 'hello-exe-hello-aarch64-apple-darwin-1.0.0.2'
whose name attribute is located at /nix/store/y8pbnccb8bc1p8fchx7zkb0874yblrg3-source/pkgs/stdenv/generic/make-derivation.nix:336:7
… while evaluating attribute 'configurePhase' of derivation 'hello-exe-hello-aarch64-apple-darwin-1.0.0.2'
at /nix/store/2cbmj95wf5zcx48872n73qsijhihb5am-source/builder/comp-builder.nix:452:5:
451|
452| configurePhase =
| ^
453| (
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: infinite recursion encountered
The text was updated successfully, but these errors were encountered:
Describe the bug
I can't get any cross-compilation from Linux to
aarch64-darwin
to work, even for the simplest examples.For example, I tried adding a Darwin output to this project: input-output-hk/haskell-nix-example@cf52d30.
On this and all other examples I've tried, I get an error like the following. I'm not sure if this is even supposed to work, feel free to close if it's not supported.
The text was updated successfully, but these errors were encountered: