golines: prevent building of the generate binary (#469537)
This commit is contained in:
@@ -17,6 +17,10 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";
|
||||
|
||||
subPackages = [
|
||||
"."
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Golang formatter that fixes long lines";
|
||||
homepage = "https://github.com/segmentio/golines";
|
||||
|
||||
Reference in New Issue
Block a user