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

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 cffd3e37a5
commit 79e7d8f739
9 changed files with 0 additions and 3508 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 { };
})