4 lines
106 B
Bash
4 lines
106 B
Bash
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
|
|
. $HOME/.nix-profile/etc/profile.d/nix.sh;
|
|
fi
|