From 8de9f6eb717e3077b68ac037b7588665d10c7518 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 5 Aug 2026 22:23:26 -0500 Subject: [PATCH] Add arm for testing in the future --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5a7348d..c50997b 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ default = tar mingwW64; x86 = tar mingwW64; ucrt = tar ucrt64; - #ucrtAarch = tar ucrtAarch64; + arm = tar ucrtAarch64; update = pkgs.callPackage ./update.nix { }; }; };