Merge pull request #12 from gotcha/nix

add aarch64-darwin
This commit is contained in:
DZ
2023-10-07 17:21:13 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
, ... , ...
}: }:
dream2nix.lib.makeFlakeOutputs { dream2nix.lib.makeFlakeOutputs {
systems = [ "x86_64-darwin" "x86_64-linux" ]; systems = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
config.projectRoot = ./.; config.projectRoot = ./.;
source = ./.; source = ./.;
projects = ./projects.toml; projects = ./projects.toml;