From 3cb2234cd4b76e6d430adfad9c7cb311e6dc9d14 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Sat, 7 Oct 2023 17:19:46 +0200 Subject: [PATCH] add aarch64-darwin --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 016b636..a713070 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ , ... }: dream2nix.lib.makeFlakeOutputs { - systems = [ "x86_64-darwin" "x86_64-linux" ]; + systems = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ]; config.projectRoot = ./.; source = ./.; projects = ./projects.toml;