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 12 }; 13 13 14 14 cargoSha256 = "sha256-hMAxKijmlckkCtQZiC5ubaZQKU2m99gL/MkYoU7zQxU="; 15 + 16 + postPatch = '' 17 + rm .cargo/config.toml; 18 + ''; 15 19 16 20 meta = with lib; { 17 21 description = "A faster alternative to cd + ls";