From 43a923ff8b31cd505b15f9a4f50dd9a4bf4d5b93 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 9 Jan 2025 13:00:01 -0800 Subject: [PATCH] feat: add darwin platforms to nix flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 9aa1880..7a1de1a 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ systems = [ "x86_64-linux" "aarch64-linux" + "x86_64-darwin" + "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs systems; in