pkgs: woodpecker: remove unused inputs

This commit is contained in:
Bruno BELANYI 2023-05-03 14:39:18 +00:00
parent 0e7c0531f5
commit 6f3594b694
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, callPackage, fetchFromGitHub, fetchpatch }:
{ buildGoModule, callPackage, fetchpatch }:
let
common = callPackage ./common.nix { };
in

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, callPackage, fetchFromGitHub }:
{ buildGoModule, callPackage }:
let
common = callPackage ./common.nix { };
in

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, callPackage, fetchFromGitHub, woodpecker-frontend }:
{ buildGoModule, callPackage, woodpecker-frontend }:
let
common = callPackage ./common.nix { };
in