chore: add go mod vendor

This commit is contained in:
Slug-Boi
2025-04-28 16:46:01 +02:00
parent 6614af4874
commit 25d990ab42
+1
View File
@@ -14,6 +14,7 @@ buildGoModule rec {
vendorHash = null; vendorHash = null;
buildPhase = '' buildPhase = ''
go mod vendor
make build-nix make build-nix
''; '';