From 94c00812417b97a68c88d75c63008a135ea48820 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 7 Mar 2020 16:12:21 +0000 Subject: Temporarily disable docker and rust from .profile Attempting to debug nginx. --- configs/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') 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. -- cgit 1.4.1