python3.pkgs.nox: small new lines addition
This commit is contained in:
@@ -54,7 +54,9 @@ buildPythonPackage rec {
|
||||
uv = [ uv ];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
||||
Reference in New Issue
Block a user