3p/tvl: fix buildGo
This commit is contained in:
parent
a7094217ba
commit
f1905cb450
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ let
|
|||
stdlibPackages = runCommand "stdlib-pkgs.json" {} ''
|
||||
export HOME=$PWD
|
||||
export GOPATH=/dev/null
|
||||
${go}/bin/go list all | \
|
||||
${go}/bin/go list std | \
|
||||
${ripgrep}/bin/rg -v 'vendor' | \
|
||||
${jq}/bin/jq -R '.' | \
|
||||
${jq}/bin/jq -c -s 'map({key: ., value: true}) | from_entries' \
|
||||
|
|
Loading…
Reference in a new issue