git-lfs: fix cross compile

main
squalus 2 years ago
parent 8f6d9759da
commit 084294c064
  1. 2
      pkgs/applications/version-management/git-lfs/default.nix

@ -25,7 +25,7 @@ buildGoModule rec {
subPackages = [ "." ];
preBuild = ''
go generate ./commands
GOARCH= go generate ./commands
'';
postBuild = ''

Loading…
Cancel
Save