1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

flake: goreleaser doesnt follow go nix convention (#2779)

This commit is contained in:
Kristoffer Dalby 2025-09-17 09:41:05 +02:00 committed by GitHub
parent 40b3d54c1f
commit 4de56c40d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;