Nix-* commands missing after macOS 12.1 version upgrade

Just added

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

to the end of my /etc/zshrc and that seemed to do the trick! Thanks @abathur!

3 Likes