Skip to content

Commit 3729754

Browse files
committed
survey: Add erd.
See BurntSushi/erd#40
1 parent ae18fc3 commit 3729754

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

survey/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ let
478478
# See https://github.com/curl/curl/issues/2775 for an investigation of why.
479479
"--libs-only-L --libs-only-l libcurl";
480480

481+
# For https://github.com/BurntSushi/erd/issues/40
482+
# As of writing, not in Stackage
483+
erd = doJailbreak super.erd;
484+
481485
postgresql-libpq = super.postgresql-libpq.override { postgresql = postgresql_static; };
482486

483487
# TODO For the below packages, it would be better if we could somehow make all users

0 commit comments

Comments
 (0)