File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 22
33with 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-
295mkShell {
306 nativeBuildInputs = [
317 go-licence-detector
You can’t perform that action at this time.
0 commit comments