Skip to content

Commit

Permalink
Support aarch64-darwin too somewhat via Rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Oct 24, 2023
1 parent d9cede1 commit 44ab733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tshm-docs-ts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/samhh/tshm";
license = lib.licenses.mit;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
# Assuming Rosetta for aarch64-darwin.
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
};
}

0 comments on commit 44ab733

Please sign in to comment.