Skip to content

Commit

Permalink
Fix platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 24, 2024
1 parent 199a3a3 commit 06d59fd
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 @@ -75,7 +75,7 @@
};
"${package}_x86_64-apple" = import ./modules/holochain-cross.nix {
inherit localSystem inputs crate package;
crossSystem = "x86-64-darwin";
crossSystem = "x86_64-darwin";
rustTargetTriple = "x86_64-apple-darwin";
};
} else { });
Expand Down

0 comments on commit 06d59fd

Please sign in to comment.