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

Now that v1.0.0 is on nixpkgs, no need for my custom packages.
This commit is contained in:
Bruno BELANYI 2023-08-01 14:58:16 +00:00
parent 50e50ad8ee
commit ab09d77f69
9 changed files with 0 additions and 3444 deletions

View file

@ -37,12 +37,4 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
volantes-cursors = pkgs.callPackage ./volantes-cursors { };
wifi-qr = pkgs.callPackage ./wifi-qr { };
woodpecker-agent = pkgs.callPackage ./woodpecker/agent.nix { };
woodpecker-cli = pkgs.callPackage ./woodpecker/cli.nix { };
woodpecker-frontend = pkgs.callPackage ./woodpecker/frontend.nix { };
woodpecker-server = pkgs.callPackage ./woodpecker/server.nix { };
})