add aarch64-darwin

This commit is contained in:
Godefroid Chapelle
2023-10-07 17:19:46 +02:00
parent cec6ae4ee7
commit 3cb2234cd4

View File

@@ -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;