summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-25 12:25:39 +0300
committerK900 <me@0upti.me>2023-10-26 19:05:41 +0300
commitb6958acdab93bca8453b208a3fdf093737519b3a (patch)
tree3550c4567f3c6865c24db269625edc2cf67b8ba2 /pkgs/top-level
parent3f2deb9e98a742747ab641a36fab2e942acc33b8 (diff)
downloadnixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar.gz
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar.bz2
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar.lz
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar.xz
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.tar.zst
nixpkgs-b6958acdab93bca8453b208a3fdf093737519b3a.zip
poetry2nix: drop
The in-tree version has been broken for a while, so now is probably a good time to rip off the band-aid.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 97ae9d1e4b5..82801d5ac0b 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -697,6 +697,7 @@ mapAliases ({
   pinentry_gtk2 = throw "'pinentry_gtk2' has been renamed to/replaced by 'pinentry-gtk2'"; # Converted to throw 2023-09-10
   pinentry_qt = throw "'pinentry_qt' has been renamed to/replaced by 'pinentry-qt'"; # Converted to throw 2023-09-10
   pinentry_qt5 = pinentry-qt; # Added 2020-02-11
+  poetry2nix = throw "poetry2nix is now maintained out-of-tree. Please use https://github.com/nix-community/poetry2nix/"; # Added 2023-10-26
   probe-rs-cli = throw "probe-rs-cli is now part of the probe-rs package"; # Added 2023-07-03
   processing3 = throw "'processing3' has been renamed to/replaced by 'processing'"; # Converted to throw 2023-09-10
   prometheus-dmarc-exporter = dmarc-metrics-exporter; # added 2022-05-31
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3f3e3bb7811..9700a097bb8 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17980,10 +17980,6 @@ with pkgs;
 
   poetryPlugins = recurseIntoAttrs poetry.plugins;
 
-  poetry2nix = callPackage ../development/tools/poetry2nix/poetry2nix {
-    inherit pkgs lib;
-  };
-
   poetry2conda = callPackage ../tools/package-management/poetry2conda { };
 
   pip-audit = callPackage ../development/tools/pip-audit { };