Update pkgs/tools/misc/tere/default.nix

Co-authored-by: figsoda <figsoda@pm.me>

authored by

ProducerMatt
figsoda
and committed by
GitHub
d5ae32c8 0dc4b9fd

+4
+4
pkgs/tools/misc/tere/default.nix
··· 12 }; 13 14 cargoSha256 = "sha256-hMAxKijmlckkCtQZiC5ubaZQKU2m99gL/MkYoU7zQxU="; 15 16 meta = with lib; { 17 description = "A faster alternative to cd + ls";
··· 12 }; 13 14 cargoSha256 = "sha256-hMAxKijmlckkCtQZiC5ubaZQKU2m99gL/MkYoU7zQxU="; 15 + 16 + postPatch = '' 17 + rm .cargo/config.toml; 18 + ''; 19 20 meta = with lib; { 21 description = "A faster alternative to cd + ls";