Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed May 25, 2024
1 parent a949615 commit c83e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk-solc-static-pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
x86_64-darwin = "solc-macos-amd64";
aarch64-darwin = "solc-macos-aarch64";
}
.${(builtins.traceVerbose stdenv.hostPlatform.system system)} or (throw "Unsupported system: ${system}");
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${system}");

# The official solc binaries for macOS started supporting Apple Silicon with
# v0.8.24. For earlier versions, the binaries from svm can be used.
Expand Down

0 comments on commit c83e1ad

Please sign in to comment.