lune: ignore .cargo/config.toml

This commit is contained in:
wackbyte 2024-01-18 22:59:39 -05:00
parent 9103866775
commit 1caeb1e80b
No known key found for this signature in database
GPG Key ID: 937F2AE5CCEFBF59

View File

@ -32,6 +32,11 @@ rustPlatform.buildRustPackage rec {
SystemConfiguration
];
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''
rm .cargo/config.toml
'';
checkFlags = [
# require internet access
"--skip=tests::net_request_codes"