golines: prevent building of the generate binary

This commit is contained in:
Marvin Preuss
2025-12-15 09:17:26 +01:00
parent 846f588350
commit 1f8637ddcc
+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";