useFetchCargoVendor = true;

This commit is contained in:
Elnu 2025-03-25 19:02:21 -07:00
parent b3bbe0f59e
commit 665d5c025b

View file

@ -40,6 +40,8 @@ Some utility commands:
version = "0.1.0";
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ openssl ];
# rustPlatform.fetchCargoTarball is deprecated in favor of rustPlatform.fetchCargoVendor.
useFetchCargoVendor = true;
cargoHash = "sha256-eKsQsOIiZDpDOGLMcpU+dL/e/UBEnbQIgcVPKi5xpC8=";
meta = with nixpkgs.lib; {
homepage = "https://tegakituesday.com";