mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-04 18:46:46 +08:00
flake: goreleaser doesnt follow go nix convention (#2779)
This commit is contained in:
parent
40b3d54c1f
commit
4de56c40d8
1 changed files with 4 additions and 3 deletions
|
@ -97,9 +97,10 @@
|
|||
# buildGoModule = buildGo;
|
||||
# };
|
||||
|
||||
goreleaser = prev.goreleaser.override {
|
||||
buildGoModule = buildGo;
|
||||
};
|
||||
# The package uses buildGo125Module, not the convention.
|
||||
# goreleaser = prev.goreleaser.override {
|
||||
# buildGoModule = buildGo;
|
||||
# };
|
||||
|
||||
gotestsum = prev.gotestsum.override {
|
||||
buildGoModule = buildGo;
|
||||
|
|
Loading…
Add table
Reference in a new issue