buildbotPackages: fix top-level definition

This commit is contained in:
FliegendeWurst
2025-04-02 09:20:42 +02:00
parent 0e553a831e
commit 60318c1790
+1 -1
View File
@@ -1844,7 +1844,7 @@ with pkgs;
bucklespring-x11 = callPackage ../applications/audio/bucklespring { legacy = true; };
buildbotPackages = recurseIntoAttrs (
python3.pkgs.callPackage ../development/tools/continuous-integration/buildbot { }
callPackage ../development/tools/continuous-integration/buildbot { }
);
inherit (buildbotPackages)
buildbot