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 a9fd2b6 commit 4e6a7d5Copy full SHA for 4e6a7d5
overlays/haskell.nix
@@ -727,7 +727,7 @@ final: prev: {
727
in final.lib.optionalAttrs (p ? pkg-src-sha256) {
728
sha256 = p.pkg-src-sha256;
729
} // final.lib.optionalAttrs (p.pkg-src.type or "" == "source-repo") {
730
- src = final.lib.lists.elemAt callProjectResults.sourceRepos (final.lib.strings.toInt p.pkg-src.source-repo.location);
+ src = final.lib.lists.elemAt callProjectResults.sourceRepos (final.lib.strings.toInt p.pkg-src.source-repo.location) + "/${p.pkg-src.source-repo.subdir}";
731
} // {
732
flags = p.flags;
733
components = getComponents cabal2nix.components hsPkgs p;
0 commit comments