pkgs: remove woodpecker-plugin-git
Some checks failed
ci/woodpecker/push/check Pipeline failed

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 c5e5f66734
commit 79bb31f8be
2 changed files with 0 additions and 39 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 { };
})