mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 16:07:34 +00:00
fix: remove version pinning for golangci-lint it does not work
This commit is contained in:
parent
11582105ab
commit
9f082125fa
18
flake.nix
18
flake.nix
@ -36,24 +36,6 @@
|
|||||||
nativeBuildInputs = [ pkgs.installShellFiles ];
|
nativeBuildInputs = [ pkgs.installShellFiles ];
|
||||||
};
|
};
|
||||||
|
|
||||||
golangci-lint =
|
|
||||||
pkgs.buildGoModule rec {
|
|
||||||
pname = "golangci-lint";
|
|
||||||
version = "1.46.1";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "golangci";
|
|
||||||
repo = "golangci-lint";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "sha256-hLeBZEZWQ0kyK1yLMQMaLtHIOjc5ZRmhEM7cvXXgcUM=";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorSha256 = "sha256-G52z3zmVKQz9iQrAAx2TTaxNjPBJiYT4ZJuWp9FVfTM=";
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.installShellFiles ];
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
protoc-gen-grpc-gateway =
|
protoc-gen-grpc-gateway =
|
||||||
pkgs.buildGoModule rec {
|
pkgs.buildGoModule rec {
|
||||||
pname = "grpc-gateway";
|
pname = "grpc-gateway";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user