Unverified Commit 1caeb1e8 authored by wackbyte's avatar wackbyte
Browse files

lune: ignore `.cargo/config.toml`

parent 91038667
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"