~ruther/guix-config

b52ee0aeb4d6b98bf140d05321c8a8d1d67c6b59 — Rutherther 16 days ago 59ea89b
fix: Do not override Nix path from /etc/profile.d
1 files changed, 0 insertions(+), 7 deletions(-)

M home/dotfiles/.bash_profile
M home/dotfiles/.bash_profile => home/dotfiles/.bash_profile +0 -7
@@ 4,12 4,5 @@ if [ -f ~/.profile ]; then . ~/.profile; fi
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi

# Merge search-paths from multiple profiles, the order matters.
eval "$(guix package --search-paths \
-p $HOME/.config/guix/current \
-p $HOME/.guix-home/profile \
-p $HOME/.guix-profile \
-p /run/current-system/profile)"

# Prepend setuid programs.
export PATH=/run/setuid-programs:$PATH

Do not follow this link