28
28
- ' Motivation ' : motivation.md
29
29
- ' Architecture ' : architecture.md
30
30
- ' Tutorials ' :
31
- - ' Getting Started ' : tutorials/getting-started.md
31
+ - ' Getting started ' : tutorials/getting-started.md
32
32
- ' Getting started with Flakes ' : tutorials/getting-started-flakes.md
33
+ - ' Getting started with Hix ' : tutorials/getting-started-hix.md
33
34
- ' Creating a development environment ' : tutorials/development.md
34
35
- ' Sourcing files only part of git repository using cleanGit ' : tutorials/clean-git.md
35
36
- ' Handling git repositories in projects ' : tutorials/source-repository-hashes.md
38
39
- ' Materialization: Speeding up Nix evaluation ' : tutorials/materialization.md
39
40
- ' Cross-compiling your project ' : tutorials/cross-compilation.md
40
41
- ' Generating coverage information ' : tutorials/coverage.md
42
+ - ' Build a specific package from Hackage or Stackage ' : tutorials/building-package-from-stackage-hackage.md
43
+ - ' Content addressed derivations ' : tutorials/ca-derivations.md
41
44
- ' Reference ' :
42
45
- ' Supported GHC versions ' : reference/supported-ghc-versions.md
43
46
- ' Command-line tools ' : reference/commands.md
@@ -49,11 +52,13 @@ pages:
49
52
- ' Dev Notes ' :
50
53
- ' Architecture ' : dev/dev-architecture.md
51
54
- ' Installing nix-tools ' : dev/installing-nix-tools.md
55
+ - ' How to update nix-tools ' : dev/nix-tools-pin.md
52
56
- ' Manually generating Nix expressions ' : dev/manually-generating-nix-expressions.md
53
57
- ' Maintainer Scripts ' : dev/maintainer-scripts.md
54
58
- ' Nixpkgs Pin ' : dev/nixpkgs-pin.md
55
59
- ' Removing withPackage wrapper ' : dev/removing-with-package-wrapper.md
56
60
- ' Test Suite ' : dev/tests.md
57
61
- ' Adding a new GHC version ' : dev/adding-new-ghc.md
58
62
- ' Coverage ' : dev/coverage.md
63
+ - ' Making changes to Hix ' : dev/hix.md
59
64
- ' ChangeLog ' : changelog.md
0 commit comments