clash-rs: clean up flags (#503314)

This commit is contained in:
Sandro
2026-04-05 16:51:50 +00:00
committed by GitHub
-2
View File
@@ -35,8 +35,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
env = {
# requires features: sync_unsafe_cell, unbounded_shifts, let_chains, ip
RUSTC_BOOTSTRAP = 1;
RUSTFLAGS = "--cfg tokio_unstable -A stable_features";
NIX_CFLAGS_COMPILE = "-Wno-error";
};
buildFeatures = [ "plus" ];