From 665d5c025b4e6eb7fd424fd8b73957ac9432198a Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 25 Mar 2025 19:02:21 -0700 Subject: [PATCH] useFetchCargoVendor = true; --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index eda55cc..7415250 100644 --- a/flake.nix +++ b/flake.nix @@ -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";