From 9c3b3f5a4506f0c7754c51898ee85dd5a8f4b6a9 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 3 May 2026 14:16:38 -0400 Subject: [PATCH] add aarch64 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef00814..f30d239 100644 --- a/flake.nix +++ b/flake.nix @@ -148,7 +148,7 @@ systems = [ "x86_64-linux" # disable arm for now as hydra isn't set up for it - # "aarch64-linuxa + "aarch64-linux" ]; forEachSystem = lib.genAttrs systems;