From 5a438fb699b89e6391d3bd1876ef71de3c93f5e4 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Tue, 22 Oct 2024 09:39:37 +0000 Subject: [PATCH] Run go-makefile-maker --- shell.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/shell.nix b/shell.nix index 826a4673..fc54868c 100644 --- a/shell.nix +++ b/shell.nix @@ -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";