Skip to content

Commit 2c6d942

Browse files
committed
Merge remote-tracking branch 'origin/master' into static-nix-tools
2 parents f173def + c9a0b67 commit 2c6d942

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/hackage-quirks.nix

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ in [
3030
{ _file = "haskell.nix/overlays/hackage-quirks.nix#${n}"; } //
3131
lib.mkIf (n == config.name) v) {
3232

33-
# See https://github.com/input-output-hk/haskell.nix/issues/2277
34-
hoogle = {
35-
cabalProject = ''
36-
packages: .
37-
allow-newer: hoogle:crypton-connection
38-
'';
39-
};
40-
4133
lsp-test = {
4234
cabalProject = ''
4335
packages: .

0 commit comments

Comments
 (0)