From 4cd0193449ff57cf6ff1bb51f5ac336f4b254907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sandhaug?= Date: Sun, 15 Feb 2026 09:25:54 +0100 Subject: [PATCH] feat: add aarch64-linux to supported systems --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 83b50738..cd515e2c 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ systems = [ "x86_64-linux" "aarch64-darwin" + "aarch64-linux" ]; in flake-utils.lib.eachSystem systems (