Skip to content

Commit 74642df

Browse files
committed
fix(overlay): Disable ElrondGo until it is fixed
Issue #65 tracks this task.
1 parent 5c365f5 commit 74642df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

overlay.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,18 @@ in {
112112
# inherit circ;
113113

114114
inherit wasmd;
115+
116+
# ElrondGo:
115117
inherit ledgercomm;
116118
inherit cryptography36;
117-
inherit requests-cache;
118-
inherit erdpy;
119119
inherit cattrs22-2;
120-
120+
inherit requests-cache;
121121
# Disabled until elrond-go can build with Go >= 1.19
122+
# Issue #65
122123
# inherit elrond-go;
123124
# inherit elrond-proxy-go;
125+
# inherit erdpy;
126+
124127
inherit go-opera;
125128
inherit leap;
126129
inherit eos-vm;

0 commit comments

Comments
 (0)