Merge pull request #111505 from lopsided98/buildbot-python-packages-type

wip/yesman
Jörg Thalheim 3 years ago committed by GitHub
commit df3df8c0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      nixos/modules/services/continuous-integration/buildbot/master.nix

@ -223,7 +223,7 @@ in {
};
pythonPackages = mkOption {
type = types.listOf types.package;
type = types.functionTo (types.listOf types.package);
default = pythonPackages: with pythonPackages; [ ];
defaultText = "pythonPackages: with pythonPackages; [ ]";
description = "Packages to add the to the PYTHONPATH of the buildbot process.";
@ -283,5 +283,5 @@ in {
'')
];
meta.maintainers = with lib.maintainers; [ nand0p mic92 ];
meta.maintainers = with lib.maintainers; [ nand0p mic92 lopsided98 ];
}

Loading…
Cancel
Save