pkgs: add woodpecker
This is just the same version as upstream, but following the `next` version.
This commit is contained in:
parent
281d98b295
commit
ea57ad3eb8
9 changed files with 3445 additions and 0 deletions
|
|
@ -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 { };
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue