From b4aabf7779c383c9b296043508186771216cee98 Mon Sep 17 00:00:00 2001 From: frectonz Date: Wed, 18 Dec 2024 23:56:06 +0300 Subject: [PATCH] fix: add darwin support in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6b379d6..8501a7e 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ forAllSystems = fn: let - systems = [ "x86_64-linux" ]; + systems = [ "x86_64-linux" "aarch64-darwin" ]; overlays = [ (import rust-overlay) ]; in nixpkgs.lib.genAttrs systems (