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 59ff888 commit c04191eCopy full SHA for c04191e
overlays/haskell.nix
@@ -753,6 +753,7 @@ final: prev: {
753
in final.lib.optionalAttrs (p ? pkg-src-sha256) {
754
sha256 = p.pkg-src-sha256;
755
} // final.lib.optionalAttrs (p.pkg-src.type or "" == "local") {
756
+ inherit (cabal2nix) cabal-generator;
757
src = if final.lib.hasPrefix "/" p.pkg-src.path
758
then p.pkg-src.path
759
else callProjectResults.src + final.lib.removeSuffix "/." (final.lib.removeSuffix "/." (
0 commit comments