Skip to content

Instantly share code, notes, and snippets.

@avrahamappel
Last active December 12, 2023 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avrahamappel/1e1cb46e06f2e84d6474e7bd24876840 to your computer and use it in GitHub Desktop.
Save avrahamappel/1e1cb46e06f2e84d6474e7bd24876840 to your computer and use it in GitHub Desktop.
Enable nix on macos
# Make sure these lines are added to your /etc/zshrc
# Enable Nix daemon
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment