Skip to content

Commit

Permalink
fixup instrumented binary
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 31, 2022
1 parent 6476943 commit 96abf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let
mv ./${instrumentedBinary} $instrumented/bin/
'';
preFixup = ''
find $instrumented/bin/ -type f 2>/dev/null | xargs -r remove-references-to -t ${pkgs.go} || true
find $instrumented/bin/ -type f 2>/dev/null | xargs -r remove-references-to -t ${go} || true
'';
};
in
Expand Down

0 comments on commit 96abf46

Please sign in to comment.