From d488acce882e18b6e846797a252b0d11d0cc9597 Mon Sep 17 00:00:00 2001 From: luftmensch-luftmensch Date: Tue, 11 Jun 2024 11:34:11 +0200 Subject: [PATCH] woodpecker-pipeline-transform: move to pkgs/by-name --- .../wo/woodpecker-pipeline-transform/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 2 deletions(-) rename pkgs/{development/tools/continuous-integration/woodpecker-pipeline-transform/default.nix => by-name/wo/woodpecker-pipeline-transform/package.nix} (100%) diff --git a/pkgs/development/tools/continuous-integration/woodpecker-pipeline-transform/default.nix b/pkgs/by-name/wo/woodpecker-pipeline-transform/package.nix similarity index 100% rename from pkgs/development/tools/continuous-integration/woodpecker-pipeline-transform/default.nix rename to pkgs/by-name/wo/woodpecker-pipeline-transform/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a1ebe974ef93..79cdaf330d5c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14240,8 +14240,6 @@ with pkgs; woodpecker-cli = callPackage ../development/tools/continuous-integration/woodpecker/cli.nix { }; - woodpecker-pipeline-transform = callPackage ../development/tools/continuous-integration/woodpecker-pipeline-transform { }; - woodpecker-plugin-git = callPackage ../development/tools/continuous-integration/woodpecker-plugin-git { }; woodpecker-server = callPackage ../development/tools/continuous-integration/woodpecker/server.nix { };