1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/SUMMARY.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

# Summary
[Preface](00-preface.md)
- [Why You Should Give it a Try](01-why-you-should-give-it-try.md)
- [Install on Your Running System](02-install-on-your-running.md)
- [Enter the Environment](03-enter-environment.md)
- [The Basics of the Language](04-basics-of-language.md)
- [Functions and Imports](05-functions-and-imports.md)
- [Our First Derivation](06-our-first-derivation.md)
- [Working Derivation](07-working-derivation.md)
- [Generic Builders](08-generic-builders.md)
- [Automatic Runtime Dependencies](09-automatic-runtime.md)
- [Developing with `nix-shell`](10-developing-with-nix-shell.md)
- [The Garbage Collector](11-garbage-collector.md)
- [Package Repositories and the Inputs Design Pattern](12-inputs-design-pattern.md)
- [Callpackage Design Pattern](13-callpackage-design-pattern.md)
- [Override Design Pattern](14-override-design-pattern.md)
- [Nix Search Paths](15-nix-search-paths.md)
- [Nixpkgs Parameters](16-nixpkgs-parameters.md)
- [Nixpkgs Overriding Packages](17-nixpkgs-overriding-packages.md)
- [Nix Store Paths](18-nix-store-paths.md)
- [Fundamentals of Stdenv](19-fundamentals-of-stdenv.md)
- [Basic Dependencies and Hooks](20-basic-dependencies-and-hooks.md)