golines: prevent building of the generate binary (#469537)

This commit is contained in:
Gergő Gutyina
2025-12-25 00:09:57 +00:00
committed by GitHub
+4
View File
@@ -17,6 +17,10 @@ buildGoModule rec {
vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";
subPackages = [
"."
];
meta = {
description = "Golang formatter that fixes long lines";
homepage = "https://github.com/segmentio/golines";