Commit 1f8637dd authored by Marvin Preuss's avatar Marvin Preuss
Browse files

golines: prevent building of the generate binary

parent 846f5883
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";