Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit cd16f1c

Browse files
committed
Update rustc bootstrap config environment variable after rust-lang/rust#73317.
1 parent a13efc3 commit cd16f1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/shells/rustc.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,10 @@ pkgs.clangMultiStdenv.mkDerivation rec {
209209
rustup
210210
];
211211

212+
# Environment variables consumed by tooling.
213+
RUST_BOOTSTRAP_CONFIG = config;
214+
212215
# Environment variables for local use.
213-
RUSTC_CONFIG = config;
214216
RGIGNORE = rgignore;
215217
LVIMRC = lvimrc;
216218

0 commit comments

Comments
 (0)