poetry2nix: fix typo fetchPyPi -> fetchPypi
nixpkgs' fetchPypi is called fetchPypi, not fetchPyPi.
This commit is contained in:
parent
301c706f77
commit
a00f226244
@ -65,7 +65,7 @@ let
|
|||||||
else { pkg = []; str = null; };
|
else { pkg = []; str = null; };
|
||||||
|
|
||||||
# Fetch the artifacts from the PyPI index. Since we get all
|
# 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
|
# as it modifies casing while not providing anything we don't already
|
||||||
# have.
|
# have.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user