python3.pkgs.nox: small new lines addition

This commit is contained in:
Doron Behar
2025-08-15 02:08:17 +03:00
parent ac7917005d
commit a6f62caabc
@@ -54,7 +54,9 @@ buildPythonPackage rec {
uv = [ uv ];
};
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
];
preCheck = ''
export HOME=$(mktemp -d)