Nix pills (series of blog post about Nix/Nixpkgs internals) =========================================================== Each Nix pill is intended to explain a certain part or concept in Nix or Nixpkgs. 1. `Why you should give it a try `_ 2. `Install on your running system `_ 3. `Enter the environment `_ 4. `Basics of language `_ 5. `Functions and imports `_ 6. `Our first derivation `_ 7. `A working derivation `_ 8. `Generic builders `_ 9. `Automatic runtime dependencies `_ 10. `Developing with nix-shell `_ 11. `Garbage collector `_ 12. `The inputs design pattern `_ 13. `The callPackage design pattern `_ 14. `The override design pattern `_ 15. `Nix search paths `_ 16. `Nixpkgs, the parameters `_ 17. `Nixpkgs, overriding packages `_ 18. `Nix store paths `_ 19. `Fundamentals of stdenv `_