From ab5b2a4ac7dd99d922f37d6cd7509ddea5feb467 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 15 Nov 2024 10:12:44 -0800 Subject: [PATCH] flake: aarch64 support --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fd704ac..8eefa58 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ # System types to support. supportedSystems = [ "x86_64-linux" + "aarch64-darwin" ]; forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems