1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-16 17:50:44 +02:00

Add back golangci, but comment out

This commit is contained in:
Kristoffer Dalby 2022-05-18 18:10:55 +02:00
parent b8967ea278
commit 03cc1980f4

View File

@ -36,6 +36,23 @@
nativeBuildInputs = [ pkgs.installShellFiles ]; nativeBuildInputs = [ pkgs.installShellFiles ];
}; };
# golangci-lint =
# pkgs.buildGoModule rec {
# pname = "golangci-lint";
# version = "1.46.2";
#
# src = pkgs.fetchFromGitHub {
# owner = "golangci";
# repo = "golangci-lint";
# rev = "v${version}";
# sha256 = "";
# };
#
# vendorSha256 = "";
#
# nativeBuildInputs = [ pkgs.installShellFiles ];
# };
protoc-gen-grpc-gateway = protoc-gen-grpc-gateway =
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "grpc-gateway"; pname = "grpc-gateway";