devshell: enable typing for buildbot
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
60860d3084
commit
f61128981a
|
@ -1,7 +1,10 @@
|
|||
{ setuptools, buildPythonPackage }:
|
||||
{ setuptools, buildPythonPackage, pkgs, toPythonModule }:
|
||||
buildPythonPackage {
|
||||
name = "buildbot-nix";
|
||||
format = "pyproject";
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
propagatedBuildInputs = [
|
||||
(toPythonModule pkgs.buildbot)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue