feat: Add local nix install hook

master
parent 83f28d03f0
commit bc153ee4d1
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -18,3 +18,7 @@ if [ -n "$BREWPATH" ]; then
export HOMEBREW_MAKE_JOBS=1
export HOMEBREW_NO_ANALYTICS=1
fi
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi

Loading…
Cancel
Save