You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,10 +161,9 @@ There are several options to use the Nix version
161
161
The Nix installation uses `poetry2nix <https://github.com/nix-community/poetry2nix>`__ to handle Python dependencies because some dependencies are currently not available as Nix packages.
162
162
The file ``./poetry-conversion.patch`` allows to convert VulnerableCode into a `Poetry <https://python-poetry.org/>`__ project.
163
163
This is done on the fly during the Nix installation.
164
-
The patch file is created by ``./make-poetry-conversion-patch.sh``.
165
-
It needs to be recreated whenever ``./requirements.txt`` changes.
164
+
The patch file itself is created by ``./make-poetry-conversion-patch.sh``.
165
+
It needs to be recreated whenever ``./requirements.txt`` changes (this is not done automatically).
166
166
The ``expectedRequirementstxtMd5sum`` in ``flake.nix`` also needs to be updated in that case.
0 commit comments