diff --git a/default.nix b/default.nix
index e68d6e04cff2dda76127ba868a5afb8cae41cdaa..29fc4f48588e7215a9daccd1c05916398c3b1fb7 100644
--- a/default.nix
+++ b/default.nix
@@ -34,6 +34,11 @@ in
       # The version of Klein we get doesn't need / can't have the patch that
       # comes from the nixpkgs derivation mach-nix picks up from 21.05.
       klein = "wheel";
+
+      # - has an undetected poetry dependency and when trying to work around
+      #   this another way, dependencies have undetected dependencies, easier
+      #   to just use the wheel.
+      collections-extended = "wheel";
     };
   in
     rec {