Skip to content

Commit 976f1d5

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 94a7576 commit 976f1d5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

shell.nix

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@
22

33
with pkgs;
44

5-
let
6-
# TODO: drop after https://github.com/NixOS/nixpkgs/pull/347304 got merged
7-
go-licence-detector = buildGoModule rec {
8-
pname = "go-licence-detector";
9-
version = "0.7.0";
10-
11-
src = fetchFromGitHub {
12-
owner = "elastic";
13-
repo = "go-licence-detector";
14-
rev = "v${version}";
15-
hash = "sha256-43MyzEF7BZ7pcgzDvXx9SjXGHaLozmWkGWUO/yf6K98=";
16-
};
17-
18-
vendorHash = "sha256-7vIP5pGFH6CbW/cJp+DiRg2jFcLFEBl8dQzUw1ogTTA=";
19-
20-
meta = with lib; {
21-
description = "Detect licences in Go projects and generate documentation";
22-
homepage = "https://github.com/elastic/go-licence-detector";
23-
license = licenses.asl20;
24-
maintainers = with maintainers; [ SuperSandro2000 ];
25-
};
26-
};
27-
in
28-
295
mkShell {
306
nativeBuildInputs = [
317
go-licence-detector

0 commit comments

Comments
 (0)