Merge pull request 'add aarch64' (#227) from feature/aarch64 into main
Check flake.lock / Check health of `flake.lock` (push) Successful in 7s
Check Nix flake / Perform Nix flake checks (push) Successful in 2m29s
Update flakes / update_lockfile (push) Failing after 26m38s
Update claurst / update_claurst (push) Failing after 36s

Reviewed-on: #227
This commit was merged in pull request #227.
This commit is contained in:
2026-05-03 14:19:17 -04:00
+1 -1
View File
@@ -148,7 +148,7 @@
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
# disable arm for now as hydra isn't set up for it # disable arm for now as hydra isn't set up for it
# "aarch64-linuxa "aarch64-linux"
]; ];
forEachSystem = lib.genAttrs systems; forEachSystem = lib.genAttrs systems;