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 b825a43 commit 076782fCopy full SHA for 076782f
overlays/haskell.nix
@@ -1075,7 +1075,9 @@ final: prev: {
1075
roots' = compiler-nix-name: ifdLevel:
1076
final.recurseIntoAttrs ({
1077
# Things that require no IFD to build
1078
- inherit (final.buildPackages.haskell-nix) source-pins;
+ source-pin-hackage = hackageSrc;
1079
+ source-pin-stackage = stackageSrc;
1080
+ source-pin-haskell-nix = final.path;
1081
# Double buildPackages is intentional,
1082
# see comment in lib/default.nix for details.
1083
# Using buildPackages rather than evalPackages so both darwin and linux
0 commit comments