Merge pull request #13 from dzdidi/nix

Nix
This commit is contained in:
DZ
2023-10-07 17:22:47 +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;