mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
39 lines
2.2 KiB
Markdown
39 lines
2.2 KiB
Markdown
- [Introduction](./index.md)
|
|
- [Motivation](./motivation.md)
|
|
- [Architecture](./architecture.md)
|
|
- [Tutorials](./tutorials/index.md)
|
|
- [Creating a development environment](./tutorials/development.md)
|
|
- [Getting started](./tutorials/getting-started.md)
|
|
- [Getting started with Flakes](./tutorials/getting-started-flakes.md)
|
|
- [Getting started with Hix](./tutorials/getting-started-hix.md)
|
|
- [Sourcing files only part of git repository using cleanGit](./tutorials/clean-git.md)
|
|
- [Handling git repositories in projects](./tutorials/source-repository-hashes.md)
|
|
- [Mapping non-Haskell dependencies to Nixpkgs](./tutorials/pkg-map.md)
|
|
- [Bumping Hackage and Stackage snapshots](./tutorials/hackage-stackage.md)
|
|
- [Materialization: Speeding up Nix evaluation](./tutorials/materialization.md)
|
|
- [Cross-compiling your project](./tutorials/cross-compilation.md)
|
|
- [Generating coverage information](./tutorials/coverage.md)
|
|
- [Build a specific package from Hackage or Stackage](./tutorials/building-package-from-stackage-hackage.md)
|
|
- [Content addressed derivations](./tutorials/ca-derivations.md)
|
|
- [Reference](./reference/index.md)
|
|
- [Supported GHC versions](./reference/supported-ghc-versions.md)
|
|
- [Command-line tools](./reference/commands.md)
|
|
- [Haskell.nix Library](./reference/library.md)
|
|
- [Module options](./reference/modules.md)
|
|
- [Troubleshooting](./troubleshooting.md)
|
|
- [Templates / Abstraction](./template/index.html)
|
|
- [IOHKs nix library](./template/iohk-nix.md)
|
|
- [Dev Notes](./dev/index.html)
|
|
- [Architecture](./dev/dev-architecture.md)
|
|
- [Installing nix-tools](./dev/installing-nix-tools.md)
|
|
- [How to update nix-tools](./dev/nix-tools-pin.md)
|
|
- [Manually generating Nix expressions](./dev/manually-generating-nix-expressions.md)
|
|
- [Maintainer Scripts](./dev/maintainer-scripts.md)
|
|
- [Nixpkgs Pin](./dev/nixpkgs-pin.md)
|
|
- [Removing withPackage wrapper](./dev/removing-with-package-wrapper.md)
|
|
- [Test Suite](./dev/tests.md)
|
|
- [Adding a new GHC version](./dev/adding-new-ghc.md)
|
|
- [Coverage](./dev/coverage.md)
|
|
- [Making changes to Hix](./dev/hix.md)
|
|
- [ChangeLog](./changelog.md)
|