templates: rust: update for fetchCargoVendor

This commit is contained in:
2025-03-11 07:21:17 +00:00
parent 3956a2f166
commit 69297280eb

View File

@@ -1,6 +1,7 @@
{ lib
, rustPlatform
, fetchFromGitHub
{
lib,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
@@ -15,6 +16,7 @@ rustPlatform.buildRustPackage rec {
};
cargoHash = "sha256-Dc+SuLwbLFcNSr9RiNSc7dgisBOvOUEIDR8dFAkC/O0=";
useFetchCargoVendor = true;
meta = with lib; {
description = "TODO: FILLME";