Merge pull request #80541 from flokli/poetry2nix-fetchpypi

poetry2nix: fix typo fetchPyPi -> fetchPypi
This commit is contained in:
Andreas Rammhold 2020-02-19 17:09:08 +01:00 committed by GitHub
commit 7829fb70bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ let
else { pkg = []; str = null; };
# Fetch the artifacts from the PyPI index. Since we get all
# info we need from the lock file we don't use nixpkgs' fetchPyPi
# info we need from the lock file we don't use nixpkgs' fetchPypi
# as it modifies casing while not providing anything we don't already
# have.
#