From 64e0928b2bdc24cfaf13497f3b53fd6e49697009 Mon Sep 17 00:00:00 2001 From: CrepeGoat Date: Tue, 24 Oct 2023 20:33:01 -0600 Subject: [PATCH] turns out, this compiles fine on aarm64-darwin! --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9871237c..0c53b8c6 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,5 @@ { pkgs ? import { # https://nixos.org/manual/nixpkgs/stable/#sec-cross-usage - localSystem = (import ).systems.examples.x86_64-darwin; crossSystem = (import ).systems.examples.mips-linux-gnu; } }: