Skip to content

Commit

Permalink
Remove unneeded override
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Feb 8, 2025
1 parent f488dd6 commit 1aeb456
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
(hfinal: hprev: lib.optionalAttrs (lib.versionOlder hprev.ghc.version "9.4") {
time-domain = doJailbreak hprev.time-domain;
})
(hfinal: hprev: lib.optionalAttrs (lib.versionOlder hprev.ghc.version "9.6") {
cabal-gild = doJailbreak hprev.cabal-gild;
fourmolu = doJailbreak hprev.fourmolu;
})
(hfinal: hprev: lib.optionalAttrs (lib.versionAtLeast hprev.ghc.version "9.10") {
# Remove these as nixpkgs progresses!
finite-typelits = hprev.finite-typelits_0_2_1_0;
Expand Down

0 comments on commit 1aeb456

Please sign in to comment.