From e91330263bdaaf23be7696869cbd6ce019ad93b4 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 17 Jul 2024 14:54:00 +0200 Subject: [PATCH] chore: add aarch64 to systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7602eb5..c27b4f4 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ ... } @ inputs: flake-parts.lib.mkFlake {inherit inputs;} { - systems = ["x86_64-linux"]; + systems = ["x86_64-linux" "aarch64-linux"]; imports = [ ./systems