summaryrefslogtreecommitdiff
path: root/pkgs/python-packages/buildbot/plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/python-packages/buildbot/plugins/default.nix')
-rw-r--r--pkgs/python-packages/buildbot/plugins/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/python-packages/buildbot/plugins/default.nix b/pkgs/python-packages/buildbot/plugins/default.nix
new file mode 100644
index 00000000..4952819a
--- /dev/null
+++ b/pkgs/python-packages/buildbot/plugins/default.nix
@@ -0,0 +1,7 @@
1{ mylibs, callPackage, python }:
2{
3 buildslist = callPackage ./buildslist {
4 inherit mylibs;
5 pythonPackages = python.pkgs;
6 };
7}