git-lfs: fix cross compile

This commit is contained in:
squalus 2022-06-15 13:43:46 -07:00
parent 8f6d9759da
commit 084294c064

View File

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