carapace: fix cross compilation

This commit is contained in:
Nick Cao 2023-12-29 16:34:54 -05:00
parent 08a62091a1
commit 6cf051ab1d
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ buildGoModule rec {
tags = [ "release" ]; tags = [ "release" ];
preBuild = '' preBuild = ''
go generate ./... GOOS= GOARCH= go generate ./...
''; '';
passthru.tests.version = testers.testVersion { package = carapace; }; passthru.tests.version = testers.testVersion { package = carapace; };