diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-07T16·12+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-07T16·17+0000 |
commit | 94c00812417b97a68c88d75c63008a135ea48820 (patch) | |
tree | a3d9798d4b9ab92cea04cfd9e2cb64dece31fc40 /configs | |
parent | c187d89f271e7ef176a10ea9a2ac58fef9c0ed0c (diff) |
Temporarily disable docker and rust from .profile
Attempting to debug nginx.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/.profile b/configs/.profile index 63da222d024c..a98e049083f1 100644 --- a/configs/.profile +++ b/configs/.profile @@ -27,7 +27,7 @@ export EDITOR=emacsclient export ALTERNATE_EDITOR=nvim # Rust integration. Keep here so programs like Emacs can read this value. -export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" +# 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. @@ -38,7 +38,7 @@ export LOCALE_ARCHIVE="$(readlink ~/.nix-profile/lib/locale)/locale-archive" eval "$(ssh-agent -s)" # TODO: Prefer `systemctl start docker.service` -dockerd & +# dockerd & # Set environment variables for Nix. Don't run this for systems running NixOS. # TODO: Learn why I can't use the variables from ~/briefcase/.envrc. |