Remove RUST_SRC_PATH from .profile
I'm not doing enough Rust development to justify supporting this. I'm also in the midst of a cleaning frenzy, so it's possible that this is just collateral damage. I don't think it is because I can always use lorri to set this value when I'm writing Rust (hopefully the second 1/2 of this year).
This commit is contained in:
parent
57fbee288b
commit
0239f92d30
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ if [ -z "$DISPLAY" -a "$(tty)" = '/dev/tty5' ]; then
|
||||||
exec xinit -- vt05
|
exec xinit -- vt05
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Rust integration. Keep here so programs like Emacs can read this value.
|
|
||||||
# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
|
|
||||||
|
|
||||||
# This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale
|
# This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale
|
||||||
# issues.
|
# issues.
|
||||||
# See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398
|
# See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398
|
||||||
|
|
Loading…
Reference in a new issue