From 0623eefd3be356443671d9d07b3840ded7e13a36 Mon Sep 17 00:00:00 2001 From: JohnWalkerx <37740132+JohnWalkerx@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:42:25 +0200 Subject: [PATCH] Add plugin "NixOS Remote Builder" to plugin index (#2571) --- docs/plugins/woodpecker-plugins/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index f4d07e863..2cb3f84fe 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -138,6 +138,11 @@ "name": "Dockle", "docs": "https://raw.githubusercontent.com/euryecetelecom/woodpeckerci-dockle/master/README.md", "verified": false + }, + { + "name": "NixOS Remote Builder", + "docs": "https://codeberg.org/JohnWalkerx/nix-remote-builder-plugin/raw/branch/main/docs.md", + "verified": false } ] }