Skip to content

Commit c0a4200

Browse files
committed
Add override for hiedb
1 parent 7e2a428 commit c0a4200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
with haskell.lib; {
7171
# Patches don't apply
7272
github = overrideCabal hsuper.github (drv: { patches = []; });
73+
# We need an older version
74+
hiedb = hself.hiedb_0_4_1_0;
7375
};
7476

7577
hlsSources =

0 commit comments

Comments
 (0)