1error:2 … while calling the 'derivationStrict' builtin3 at «nix-internal»/derivation-internal.nix:37:12:4 36|5 37| strict = derivationStrict drvAttrs;6 | ^7 38|89 … while evaluating derivation 'rhwp-wasm-0.7.17'10 whose name attribute is located at «github:NixOS/nixpkgs/9ae611a455b90cf061d8f332b977e387bda8e1ca?narHash=sha256-md8WlXOlfnIeHeOScMTTHFyf2d6iaTwPl2apR5EQ3P4%3D»/pkgs/stdenv/generic/make-derivation.nix:651:111112 … while evaluating attribute 'cargoDeps' of derivation 'rhwp-wasm-0.7.17'13 at «github:NixOS/nixpkgs/9ae611a455b90cf061d8f332b977e387bda8e1ca?narHash=sha256-md8WlXOlfnIeHeOScMTTHFyf2d6iaTwPl2apR5EQ3P4%3D»/pkgs/build-support/rust/build-rust-package/default.nix:104:7:14 103|15 104| cargoDeps =16 | ^17 105| if cargoVendorDir != null then1819 (stack trace truncated; use '--show-trace' to show the full, detailed trace)2021 error: No hash was found while vendoring the git dependency svg2pdf-0.13.0. You can add22 a hash through the `outputHashes` argument of `importCargoLock`:2324 outputHashes = {25 "svg2pdf-0.13.0" = "<hash>";26 };2728 If you use `buildRustPackage`, you can add this attribute to the `cargoLock`29 attribute set.