aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/buildbot/plugins/default.nix
blob: 22a85075e2b99a30d3a9cf53f7aa4efe55b2957d (plain) (blame)
1
2
3
4
5
6
{ callPackage, python }:
{
  buildslist = callPackage ./buildslist {
    pythonPackages = python.pkgs;
  };
}