Skip to content

Commit 52ff297

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ final: prev: {
783783
mapOptions = c:
784784
builtins.mapAttrs (_: x: final.lib.mkOverride 990 x)
785785
(builtins.removeAttrs c ["buildable" "planned" "depends" "build-tools"]) //
786-
builtins.mapAttrs (n: x: final.lib.mkOverride 90 x) (
786+
builtins.mapAttrs (_n: x: final.lib.mkOverride 90 x) (
787787
final.lib.filterAttrs (n: x: builtins.elem n ["depends" "build-tools"] && builtins.length x != 0) c);
788788
in
789789
final.lib.optionalAttrs (components.library or null != null) {

0 commit comments

Comments
 (0)