From 1f4adea38e326e63a39721f0170d3682dbaaf1e8 Mon Sep 17 00:00:00 2001 From: xeals Date: Sun, 31 Aug 2025 09:44:26 +1000 Subject: [PATCH] psst: remove useFetchCargoVendor --- pkgs/by-name/ps/psst/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ps/psst/package.nix b/pkgs/by-name/ps/psst/package.nix index a47cd2e..4fe107d 100644 --- a/pkgs/by-name/ps/psst/package.nix +++ b/pkgs/by-name/ps/psst/package.nix @@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec { hash = "sha256-ZKhHN0ruLb6ZVKkrKv/YawRsVop6SP1QF/nrtkmA8P8="; fetchSubmodules = true; }; - useFetchCargoVendor = true; cargoHash = "sha256-my15AXG9LLmdqZLqXdeZ81VLv+GbSMgNtuFAlYTEUvQ="; nativeBuildInputs = [ pkg-config ]