We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf48c8c commit 412bc29Copy full SHA for 412bc29
src/nixos_anywhere_pxe/default.nix
@@ -27,8 +27,14 @@ let
27
nativeBuildInputs = [
28
python3.pkgs.setuptools
29
];
30
+ propagatedBuildInputs = [
31
+ python3.pkgs.netaddr
32
+ ];
33
passthru.tests = { inherit nixos-anywhere-pxe-mypy; };
34
passthru.devDependencies = devDependencies;
35
+ pythonImportsCheck = [
36
+ "netaddr"
37
38
};
39
40
checkPython = python3.withPackages (_ps: devDependencies);
0 commit comments