mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
8 lines
213 B
Bash
8 lines
213 B
Bash
![]() |
poetry2nix-python-requires-patch-hook() {
|
||
|
if [ -z "${dontFixupPythonRequires-}" ]; then
|
||
|
@pythonInterpreter@ @patchScript@ @pythonPath@
|
||
|
fi
|
||
|
}
|
||
|
|
||
|
postPatchHooks+=(poetry2nix-python-requires-patch-hook)
|