nix
General Links & Resources
Test
- How to learn nix - Ian Henry
- Setting up Nix on macOS
- Zero to Nix
- Integrating Tree-Sitter with Emacs29 in nix-darwin
- https://nohzafk.github.io/posts/2023-11-17-setup-mac-development-env/
Installing
With determinate-systems
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
home-manager and nix-darwin
home-manager
manages user configuration, while nix-darwin
managers system level programs and configuration. nix-darwin
can call into home-manager
as part of its own configuration to use both at the same time. See reference docs.