Closed das-g closed 2 years ago
I'm not quite sure how to test the latter, so I hope CI would catch any breakage this might cause.
Huh, line 1: test: too many arguments
isn't quite what I expected when I wrote that. I guess that means
gofmt -l .
was more than one word, when no output at all (i.e., a string of length zero) was expectedtest -z
, so that it counts as a single argumentI have on my todo-list to integrate Nixery into the TVL depot and serve the current repo as a josh export from code.tvl.fyi
. This would again completely change the URLs, so I'm not sure if updating this here is really worth it :thinking:
Don't worry about fixing the CI setup here, the TVL repo has a treefmt setup which will cover this without any extra config :)
The Nixery main Git repo has moved from github.com/google/nixery to github.com/tazjin/nixery.
So change
the package path of the Nixery Go moduleI'm not quite sure how to test the latter, so I hope CI would catch any breakage this might cause.