We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01250c0 commit b0f057aCopy full SHA for b0f057a
overlays/haskell.nix
@@ -840,7 +840,7 @@ final: prev: {
840
withHoogle = false;
841
};
842
# Shells for cross compilation
843
- crossShells = builtins.map (project: project.shellFor' (p: []) argsCross)
+ crossShells = builtins.map (project: project.shellFor' (_p: []) argsCross)
844
(crossPlatforms projectCross);
845
in rawProject.hsPkgs.shellFor (shellArgs // {
846
# Add inputs from the cross compilation shells
0 commit comments