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;