|
| 1 | +- [Introduction](./index.md) |
| 2 | +- [Motivation](./motivation.md) |
| 3 | +- [Architecture](./architecture.md) |
| 4 | +- [Tutorials](./tutorials/index.md) |
| 5 | + - [Getting started](./tutorials/getting-started.md) |
| 6 | + - [Getting started with Flakes](./tutorials/getting-started-flakes.md) |
| 7 | + - [Getting started with Hix](./tutorials/getting-started-hix.md) |
| 8 | + - [Creating a development environment](./tutorials/development.md) |
| 9 | + - [Sourcing files only part of git repository using cleanGit](./tutorials/clean-git.md) |
| 10 | + - [Handling git repositories in projects](./tutorials/source-repository-hashes.md) |
| 11 | + - [Mapping non-Haskell dependencies to Nixpkgs](./tutorials/pkg-map.md) |
| 12 | + - [Bumping Hackage and Stackage snapshots](./tutorials/hackage-stackage.md) |
| 13 | + - [Materialization: Speeding up Nix evaluation](./tutorials/materialization.md) |
| 14 | + - [Cross-compiling your project](./tutorials/cross-compilation.md) |
| 15 | + - [Generating coverage information](./tutorials/coverage.md) |
| 16 | + - [Build a specific package from Hackage or Stackage](./tutorials/building-package-from-stackage-hackage.md) |
| 17 | + - [Content addressed derivations](./tutorials/ca-derivations.md) |
| 18 | +- [Reference](./reference/index.md) |
| 19 | + - [Supported GHC versions](./reference/supported-ghc-versions.md) |
| 20 | + - [Command-line tools](./reference/commands.md) |
| 21 | + - [Haskell.nix Library](./reference/library.md) |
| 22 | + - [Module options](./reference/modules.md) |
| 23 | + - [Troubleshooting](./troubleshooting.md) |
| 24 | +- [Templates / Abstraction](./template/index.html) |
| 25 | + - [IOHKs nix library](./template/iohk-nix.md) |
| 26 | +- [Dev Notes](./dev/index.html) |
| 27 | + - [Architecture](./dev/dev-architecture.md) |
| 28 | + - [Installing nix-tools](./dev/installing-nix-tools.md) |
| 29 | + - [How to update nix-tools](./dev/nix-tools-pin.md) |
| 30 | + - [Manually generating Nix expressions](./dev/manually-generating-nix-expressions.md) |
| 31 | + - [Maintainer Scripts](./dev/maintainer-scripts.md) |
| 32 | + - [Nixpkgs Pin](./dev/nixpkgs-pin.md) |
| 33 | + - [Removing withPackage wrapper](./dev/removing-with-package-wrapper.md) |
| 34 | + - [Test Suite](./dev/tests.md) |
| 35 | + - [Adding a new GHC version](./dev/adding-new-ghc.md) |
| 36 | + - [Coverage](./dev/coverage.md) |
| 37 | + - [Making changes to Hix](./dev/hix.md) |
| 38 | + - [ChangeLog](./changelog.md) |
0 commit comments