From 0239f92d30c928d380342ff5acd735ebb0b110e8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 10 Mar 2020 22:10:55 +0000 Subject: [PATCH] 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). --- configs/.profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/.profile b/configs/.profile index 75eb25267..31a3d6d08 100644 --- a/configs/.profile +++ b/configs/.profile @@ -19,9 +19,6 @@ if [ -z "$DISPLAY" -a "$(tty)" = '/dev/tty5' ]; then exec xinit -- vt05 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 # issues. # See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398