diff --git a/default.nix b/default.nix index f41d56b7a107f7c4b090035f7cfaff606a50253e..fa9dd629f2d31d35ac29b66b6af44ca37e030f92 100644 --- a/default.nix +++ b/default.nix @@ -44,10 +44,17 @@ fakeOpamSwitchPrefix = pkgs.runCommand "fake-opam-switch-prefix" - {} + { + buildInputs = with pkgs; [ + curl + cacert + ]; + } '' mkdir -p $out/share/zcash-params cp ${./images/ci/zcash-params}/* $out/share/zcash-params + + OPAM_SWITCH_PREFIX="$out" ${./scripts}/install_dal_trusted_setup.sh ''; mkFrameworkFlags = frameworks: