Skip to content

Commit b0f057a

Browse files
Update overlays/haskell.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01250c0 commit b0f057a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ final: prev: {
840840
withHoogle = false;
841841
};
842842
# Shells for cross compilation
843-
crossShells = builtins.map (project: project.shellFor' (p: []) argsCross)
843+
crossShells = builtins.map (project: project.shellFor' (_p: []) argsCross)
844844
(crossPlatforms projectCross);
845845
in rawProject.hsPkgs.shellFor (shellArgs // {
846846
# Add inputs from the cross compilation shells

0 commit comments

Comments
 (0)