pkgs: remove woodpecker-plugin-git
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I have now upstreamed the package, so let's remove it.
This commit is contained in:
Bruno BELANYI 2023-07-28 16:05:56 +00:00
parent 6be0ace3b0
commit ef4e5e3ccc
3 changed files with 1 additions and 40 deletions

View file

@ -44,7 +44,5 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
woodpecker-frontend = pkgs.callPackage ./woodpecker/frontend.nix { };
woodpecker-plugin-git = pkgs.callPackage ./woodpecker-plugin-git { };
woodpecker-server = pkgs.callPackage ./woodpecker/server.nix { };
})