temp disable arm

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-20 00:11:17 -04:00 committed by Richie Cahill
parent c0ca89728e
commit 3e9aa38a43

View File

@ -133,7 +133,8 @@
let
systems = [
"x86_64-linux"
"aarch64-linux"
# disable arm for now as hydra isn't set up for it
# "aarch64-linux"
];
forEachSystem = lib.genAttrs systems;