From bad6ddf447845ab7726b1ae31b63dd6c535be2b3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 21 Jun 2024 20:33:10 +0000 Subject: [PATCH] Add darwin support --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c3ba34d..e24640e 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ # Universal things }; systems = [ + "x86_64-darwin" "x86_64-linux" "aarch64-linux" ];