pkgs: remove woodpecker

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 a289966a4a
commit d50c572952
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 { };
})