We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57cfe commit 0c83e67Copy full SHA for 0c83e67
packages/all-packages.nix
@@ -109,6 +109,7 @@
109
inherit solana-rust-artifacts solana-bpf-tools;
110
};
111
112
+ inherit cryptography36;
113
# inherit erdpy elrond-go elrond-proxy-go;
114
115
# EOS / Antelope
shell.nix
@@ -49,6 +49,7 @@ in
49
50
# Disabled until elrond-go can build with Go >= 1.19
51
# Elrond
52
+ metacraft-labs.cryptography36
53
# metacraft-labs.erdpy
54
# metacraft-labs.elrond-go
55
# metacraft-labs.elrond-proxy-go
0 commit comments