Skip to content

Commit

Permalink
fix GOWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 14, 2025
1 parent 04dd297 commit b32381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import sources.nixpkgs {
subPackages = [ "." ];
vendorHash = "sha256-dwKZZu9wKOo2u1/8AAWFx89iC9pWZbCxAERMMAOFsts=";
doCheck = false;
GOWORK = "off";
env.GOWORK = "off";
postInstall = ''
mv $out/bin/relayer $out/bin/rly
'';
Expand Down

0 comments on commit b32381e

Please sign in to comment.