From b52ee0aeb4d6b98bf140d05321c8a8d1d67c6b59 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 20 Jun 2025 10:25:15 +0200 Subject: [PATCH] fix: Do not override Nix path from /etc/profile.d --- home/dotfiles/.bash_profile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/home/dotfiles/.bash_profile b/home/dotfiles/.bash_profile index 9eb3ae0..3d5a007 100644 --- a/home/dotfiles/.bash_profile +++ b/home/dotfiles/.bash_profile @@ -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 -- 2.49.0