We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cebf43 commit e3dbec7Copy full SHA for e3dbec7
shell.nix
@@ -5,7 +5,7 @@ in
5
{
6
devEnv = stdenv.mkDerivation {
7
name = "dev";
8
- buildInputs = [ stdenv go_1_20 glibc minaSigner ];
+ buildInputs = [ stdenv go_1_21 glibc minaSigner ];
9
shellHook = ''
10
export LIB_MINA_SIGNER=${minaSigner}/lib/libmina_signer.so
11
return
0 commit comments