remove whitespace

This commit is contained in:
Producer Matt 2022-10-16 22:50:30 -05:00
parent d5ae32c83f
commit bc791b77b9

View file

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "sha256-hMAxKijmlckkCtQZiC5ubaZQKU2m99gL/MkYoU7zQxU=";
postPatch = ''
rm .cargo/config.toml;
'';