Skip to content

Commit e816d8d

Browse files
committed
fix mistakenly overriden nix exp.
1 parent 7fba6e2 commit e816d8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configuration-ghc-90.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ let
2525
Cabal = hself.Cabal_3_6_3_0;
2626
ormolu = hself.ormolu_0_5_0_1;
2727
fourmolu = hself.fourmolu_0_8_2_0;
28-
# Hlint is still broken
29-
hlint = doJailbreak (hself.callCabal2nix "hlint" inputs.hlint-34 { });
28+
hlint = appendConfigureFlag (hself.callCabal2nix "hlint" inputs.hlint-341 {}) "-fghc-lib";
3029

3130
hls-hlint-plugin = hself.callCabal2nixWithOptions "hls-hlint-plugin"
3231
./plugins/hls-hlint-plugin
@@ -39,7 +38,6 @@ let
3938
{ };
4039

4140
retrie = hself.retrie_1_1_0_0;
42-
fourmolu = hself.fourmolu_0_8_2_0;
4341

4442
});
4543
in {

0 commit comments

Comments
 (0)