add aarch64 #227

Merged
ahuston-0 merged 1 commits from feature/aarch64 into main 2026-05-03 14:19:18 -04:00
Showing only changes of commit 9c3b3f5a45 - Show all commits
+1 -1
View File
@@ -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;