Skip to content

Commit 0d6d9e5

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

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
@@ -713,7 +713,7 @@ final: prev: {
713713
inherit (selectedCompiler) version;
714714
};
715715
});
716-
extras = (hackage: {
716+
extras = (_hackage: {
717717
packages = final.lib.listToAttrs (
718718
final.lib.concatMap (p:
719719
final.lib.optional (p.type == "configured" && p.style == "local") {

0 commit comments

Comments
 (0)