Nix Articles
This is a series of articles about Nix. This is for people who want to use Nix to:
- Build applications
- Package stuff
- Manage configuration and servers
It is a 5 part series so far:
- Environments with Nix Shell
- So Variables are a Thing
- Creating a super simple derivation (package)
- Derivations 102
- Grokking Nix functions with real usage examples
The publication of the later guides is pending editing. Follow on GitHub or email me if you are interested.
The guides are aimed at a reader who:
- Knows basic programming concepts (variables, functions)
- How to install NixOS (maybe this tutorial works on Mac... IDK)
- Can use the Search NixOS packages page
- Knows what the Search NixOS options page is for