Skip to content

Commit

Permalink
Merge pull request #195 from ethereum/fix-linux-static
Browse files Browse the repository at this point in the history
nix: fix linux static binary invocation
  • Loading branch information
d-xo authored Feb 17, 2023
2 parents 7e1dbf3 + 870dca7 commit cc2f3d1
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 @@ -81,7 +81,7 @@
otool = "${pkgs.darwin.binutils.bintools}/bin/otool";
install_name_tool = "${pkgs.darwin.binutils.bintools}/bin/install_name_tool";
in if pkgs.stdenv.isLinux
then pkgs.haskell.lib.dontCheck hevmWrapped
then pkgs.haskell.lib.dontCheck hevmUnwrapped
else pkgs.runCommand "stripNixRefs" {} ''
mkdir -p $out/bin
cp ${pkgs.haskell.lib.dontCheck hevmUnwrapped}/bin/hevm $out/bin/
Expand Down

0 comments on commit cc2f3d1

Please sign in to comment.