Closed tdimiduk closed 11 months ago
Same on m1
matt@Matts-MacBook-Air reflex-platform % ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'shell-aarch64-darwin'
whose name attribute is located at /nix/store/snsm9x6c5mx4k4axa590lx7y83h8ri7g-source/pkgs/stdenv/generic/make-derivation.nix:201:11
… while evaluating attribute 'buildInputs' of derivation 'shell-aarch64-darwin'
at /nix/store/snsm9x6c5mx4k4axa590lx7y83h8ri7g-source/pkgs/stdenv/generic/make-derivation.nix:243:11:
242| depsHostHost = lib.elemAt (lib.elemAt dependencies 1) 0;
243| buildInputs = lib.elemAt (lib.elemAt dependencies 1) 1;
| ^
244| depsTargetTarget = lib.elemAt (lib.elemAt dependencies 2) 0;
(stack trace truncated; use '--show-trace' to show the full trace)
error: cannot bootstrap GHC on this platform
m1/m2 macos and aarch64-linux support will be ready soon: https://github.com/reflex-frp/reflex-platform/pull/804
I have a new mac (m2 cpu) and am trying to get reflex working on it (so I can build an iOS app for my obelisk project). I've got nix installed and (I believe) the caches enabled.
When I run try reflex I get
export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues Entering the reflex sandbox... error: … while calling the 'derivationStrict' builtin