diff --git a/flake.nix b/flake.nix index 67d3f8f..085ae2d 100644 --- a/flake.nix +++ b/flake.nix @@ -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;