ripgrep-all: move RUSTFLAGS env variables into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:40:41 +01:00
parent 9d699d0fa7
commit 83cd5892d1
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-v+lLCI2ti/xL8hcGkm/xDDN9qk0G9MgtijE8xYnhC68=";
# override debug=true set in Cargo.toml upstream
RUSTFLAGS = "-C debuginfo=none";
env.RUSTFLAGS = "-C debuginfo=none";
nativeBuildInputs = [
makeWrapper