Skip to content

Commit c5b6b0c

Browse files
authored
Remove old fix now that Cabal is not in nonReinstallablePkgs by default (#1541)
1 parent fe7d738 commit c5b6b0c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/hackage-quirks.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,4 @@ in [
8585
})];
8686
};
8787

88-
ormolu = {
89-
modules = [
90-
({ lib, ... }: {
91-
options.nonReinstallablePkgs =
92-
lib.mkOption { apply = lib.remove "Cabal"; };
93-
})
94-
];
95-
};
96-
9788
}

0 commit comments

Comments
 (0)