Skip to content

Commit 32978ab

Browse files
committed
flake.nix: try adding curl to buildInputs
1 parent 058eb2f commit 32978ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
enableParallelBuilding = true;
123123

124-
buildInputs = [ (final.kevm k) prev.which prev.git ];
124+
buildInputs = [ (final.kevm k) prev.which prev.git prev.curl ];
125125

126126
buildPhase = ''
127127
mkdir -p tests/ethereum-tests/LegacyTests

0 commit comments

Comments
 (0)