Skip to content

Commit e3dbec7

Browse files
committed
use go 1.21 for nix
1 parent 4cebf43 commit e3dbec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in
55
{
66
devEnv = stdenv.mkDerivation {
77
name = "dev";
8-
buildInputs = [ stdenv go_1_20 glibc minaSigner ];
8+
buildInputs = [ stdenv go_1_21 glibc minaSigner ];
99
shellHook = ''
1010
export LIB_MINA_SIGNER=${minaSigner}/lib/libmina_signer.so
1111
return

0 commit comments

Comments
 (0)