From 3e9aa38a43a449a80c62518922f729265b248c27 Mon Sep 17 00:00:00 2001 From: ahuston-0 <aliceghuston@gmail.com> Date: Mon, 20 May 2024 00:11:17 -0400 Subject: [PATCH] temp disable arm Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;