about summary refs log tree commit diff
path: root/overlays.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--overlays.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/overlays.nix b/overlays.nix
index 0adbc88..4555d38 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -61,14 +61,6 @@ _: {
 
     parinfer-rust = prev.callPackage ./packages/parinfer-rust.nix { };
 
-    # FIXME https://nixpk.gs/pr-tracker.html?pr=307505
-    poetry = prev.poetry.overrideAttrs (finalAttrs: {
-      nativeBuildInputs = (finalAttrs.nativeBuildInputs or [ ]) ++ [
-        prev.python3Packages.pythonRelaxDepsHook
-      ];
-      pythonRelaxDeps = [ "dulwich" ];
-    });
-
     prismlauncher-unwrapped =
       (prev.prismlauncher-unwrapped.override (finalAttrs: {
         stdenv = final.useMoldLinker finalAttrs.stdenv;

Consider giving Nix/NixOS a try! <3