diff --git a/default.nix b/default.nix
index 48bdab384f036dc2a0d06a880d3ed9e6cc92506c..47247993c937d7d3899c7667e9b22a3df8fe8f81 100644
--- a/default.nix
+++ b/default.nix
@@ -41,16 +41,12 @@ in
       #   this another way, dependencies have undetected dependencies, easier
       #   to just use the wheel.
       collections-extended = "wheel";
-      # same as collections-extended
       isort = "wheel";
 
-      # From nixpkgs or sdist, fails with
-      # cp: cannot stat 'benchmark/': No such file or directory
-      # cp: cannot stat 'tests/': No such file or directory
+      # The sdists for these packages have a different source/directory layout
+      # than the github archive the nixpkgs derivations expects to operate on
+      # so the sdists provider fails to build them.
       tomli = "wheel";
-
-      # repo re-org or something?
-      # find: ‘hypothesis-6.32.1/hypothesis-python’: No such file or directory
       hypothesis = "wheel";
     };
   in