Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 22, 2024
1 parent fa0a7cd commit 5a438fb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,6 @@
with pkgs;

let
# TODO: drop after https://github.com/NixOS/nixpkgs/pull/347304 got merged
go-licence-detector = buildGoModule rec {
pname = "go-licence-detector";
version = "0.7.0";

src = fetchFromGitHub {
owner = "elastic";
repo = "go-licence-detector";
rev = "v${version}";
hash = "sha256-43MyzEF7BZ7pcgzDvXx9SjXGHaLozmWkGWUO/yf6K98=";
};

vendorHash = "sha256-7vIP5pGFH6CbW/cJp+DiRg2jFcLFEBl8dQzUw1ogTTA=";

meta = with lib; {
description = "Detect licences in Go projects and generate documentation";
homepage = "https://github.com/elastic/go-licence-detector";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};
};

# TODO: drop after https://github.com/NixOS/nixpkgs/pull/345260 got merged
postgresql_17 = (import (pkgs.path + /pkgs/servers/sql/postgresql/generic.nix) {
version = "17.0";
Expand Down

0 comments on commit 5a438fb

Please sign in to comment.