Skip to content

Commit

Permalink
rename output bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 28, 2023
1 parent 626cc6e commit 246b47c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ import sources.nixpkgs {
rly = pkgs.buildGo118Module rec {
name = "rly";
src = sources.relayer;
subPackages = ["."];
subPackages = [ "." ];
vendorSha256 = "sha256-Vt11hJMLGczepSSZOyfMqfEh4bi3U/OyS14+LXoi4Ko=";
doCheck = false;
GOWORK = "off";
postInstall = ''
mv $out/bin/relayer $out/bin/rly
'';
};
})
];
Expand Down

0 comments on commit 246b47c

Please sign in to comment.