Skip to content

Commit 89a13e8

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

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
@@ -790,7 +790,7 @@ final: prev: {
790790
library = mapOptions components.library;
791791
} // final.lib.optionalAttrs (components.setup or null != null) {
792792
setup = mapOptions components.setup;
793-
} // builtins.mapAttrs (ctype: cs: builtins.mapAttrs (cname: c: mapOptions c) cs) (builtins.removeAttrs components ["library" "setup"]));
793+
} // builtins.mapAttrs (_ctype: cs: builtins.mapAttrs (_cname: c: mapOptions c) cs) (builtins.removeAttrs components ["library" "setup"]));
794794
} // builtins.mapAttrs (n: _:
795795
final.lib.mkIf (config.packages ? ${p.pkg-name}) (final.lib.mkOverride (if n == "src" then (if config.packages.${p.pkg-name}.src != null then 90 else 10000) else 995) config.packages.${p.pkg-name}.${n}))
796796
((import ../modules/package-options.nix { inherit haskellLib; inherit (final) lib; }).options // { src = {}; });

0 commit comments

Comments
 (0)