From b2abe8cd6942bb6b8dca721a1f44d46cb95ccad5 Mon Sep 17 00:00:00 2001 From: Yappaholic Date: Wed, 18 Jun 2025 16:13:10 +0300 Subject: [PATCH] feat: add aarch64 architecture for nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2581d89..6dfc25c 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,6 @@ devShells.default = maomaowm.overrideAttrs shellOverride; formatter = treefmtEval.config.build.wrapper; }; - systems = ["x86_64-linux"]; + systems = ["x86_64-linux" "aarch64-linux"]; }; }