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

Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
ProducerMatt
2022-10-16 21:47:06 -06:00
committed by GitHub
co-authored by figsoda
parent 0dc4b9fd9d
commit d5ae32c83f
+4
View File
@@ -12,6 +12,10 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "sha256-hMAxKijmlckkCtQZiC5ubaZQKU2m99gL/MkYoU7zQxU=";
postPatch = ''
rm .cargo/config.toml;
'';
meta = with lib; {
description = "A faster alternative to cd + ls";