Unverified Commit 657425ea authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

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

parents 5c8940ed 1f8637dd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ buildGoModule rec {

  vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";

  subPackages = [
    "."
  ];

  meta = {
    description = "Golang formatter that fixes long lines";
    homepage = "https://github.com/segmentio/golines";