summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-02 14:16:52 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2023-06-03 16:44:43 +0200
commit2bfb2f045a966f63a918d03afa61af3dbc0c552b (patch)
treeef83001507281c7bf214bbc3d7f43ddae6328976 /doc/languages-frameworks/python.section.md
parent2f181d6f062e6bd0b794e7978a1ec56188be95bb (diff)
downloadnixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar.gz
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar.bz2
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar.lz
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar.xz
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.tar.zst
nixpkgs-2bfb2f045a966f63a918d03afa61af3dbc0c552b.zip
pypi2nix: remove
It has been broken since 2021 and upstream has been archived
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 9cd80b93854..10f5e3938ce 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -1514,10 +1514,6 @@ Note: There is a boolean value `lib.inNixShell` set to `true` if nix-shell is in
 Packages inside nixpkgs are written by hand. However many tools exist in
 community to help save time. No tool is preferred at the moment.
 
-- [pypi2nix](https://github.com/nix-community/pypi2nix): Generate Nix
-  expressions for your Python project. Note that [sharing derivations from
-  pypi2nix with nixpkgs is possible but not
-  encouraged](https://github.com/nix-community/pypi2nix/issues/222#issuecomment-443497376).
 - [nixpkgs-pytools](https://github.com/nix-community/nixpkgs-pytools)
 - [poetry2nix](https://github.com/nix-community/poetry2nix)