Skip to content

Commit

Permalink
Add support for aarch64-darwin (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Nov 21, 2023
1 parent bf4c38f commit 574270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
outputs = inputs: inputs.iogx.lib.mkFlake {
inherit inputs;
repoRoot = ./.;
systems = [ "x86_64-linux" "x86_64-darwin" ];
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
outputs = import ./nix/outputs.nix;
};

Expand Down

0 comments on commit 574270e

Please sign in to comment.