From e62c09fe242f9f19e8755266f572a25d535501ea Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 26 Jul 2025 20:00:55 +0300 Subject: [PATCH] add new apple system --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ad01c66..08b6836 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,7 @@ "x86_64-linux" "aarch64-linux" "x86_64-darwin" + "aarch64-darwin" ]; forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system); makePkgs = system: import nixpkgs { inherit system; };