We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6e87b commit 03d8620Copy full SHA for 03d8620
lib/load-cabal-plan.nix
@@ -159,7 +159,9 @@ in {
159
if pkgs.lib.hasPrefix ".${callProjectResults.src.origSubDir or ""}/" (p.pkg-src.path + "/")
160
then pkgs.lib.removePrefix ".${callProjectResults.src.origSubDir or ""}" p.pkg-src.path
161
else throw "Unexpected path ${p.pkg-src.path} expected it to start with .${callProjectResults.src.origSubDir or ""}"))));
162
- includeSiblings = true; # Filtering sibling dirs of the package dir is done in the
+ includeSiblings = false; # we disable this because it is extremely slow
163
+
164
+ # Filtering sibling dirs of the package dir is done in the
165
# component builder so that relative paths can be used to
166
# reference project directories not in the package subDir.
167
};
0 commit comments