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;