From 77ec43b9b3f52dce5c1db26f011c1e6cc88eae4d Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 15 Nov 2024 16:15:06 +0000 Subject: [PATCH] build: enable aarch64-darwin --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1876a0e..e8a2093 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ outputs = { self, nixpkgs, ... }: let - forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" ]; + forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-darwin" ]; pkgsForSystem = system: (import nixpkgs { inherit system; }); in