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
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ There are several options to use the Nix version
146
146
147
147
::
148
148
149
-
# Enter an interactive environment with all dependencies setup.
149
+
# Enter an interactive environment with all dependencies set up.
150
150
cd etc/nix
151
151
nix develop
152
152
> ../../manage.py ... # invoke the local checkout
@@ -162,7 +162,7 @@ There are several options to use the Nix version
162
162
163
163
The Nix installation uses `mach-nix <https://github.com/DavHau/mach-nix>`__ to handle Python dependencies because some dependencies are currently not available as Nix packages.
164
164
All Python dependencies are automatically fetched from ``./requirements.txt``.
165
-
Non-Python dependencies are curated in ``etc/nix/flake.nix:Vulnerablecode.propagatedBuildInputs``.
165
+
Non-Python dependencies are curated in ``etc/nix/flake.nix:vulnerablecode.propagatedBuildInputs``.
0 commit comments