pkgs: add woodpecker

This is just the same version as upstream, but following the `next`
version.
This commit is contained in:
Bruno BELANYI 2023-03-25 15:22:30 +01:00
parent 281d98b295
commit ea57ad3eb8
9 changed files with 3445 additions and 0 deletions

View file

@ -41,4 +41,12 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
vimix-cursors = pkgs.callPackage ./vimix-cursors { };
volantes-cursors = pkgs.callPackage ./volantes-cursors { };
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 { };
})