[auto] upd README TOC

This commit is contained in:
Anton Latukha 2020-09-30 15:29:38 +00:00 committed by GitHub Actions
parent 11dc625daf
commit 098ae18fb9
1 changed files with 11 additions and 6 deletions

View File

@ -22,12 +22,17 @@ Parser, evaluator and type checker for the Nix language written in Haskell.
- [Getting Started](#getting-started)
- [Cachix prebuild binary caches](#cachix-prebuild-binary-caches)
- [Development using Cabal](#development-using-cabal)
- [Building the project](#building-the-project)
- [With benchmarks](#with-benchmarks)
- [With profiling](#with-profiling)
- [With full debug info](#with-full-debug-info)
- [Run HNix:](#run-hnix)
- [Entering the HNix REPL](#entering-the-hnix-repl)
- [Building the project](#building-the-project)
- [With benchmarks](#with-benchmarks)
- [With profiling](#with-profiling)
- [With full debug info](#with-full-debug-info)
- [Run HNix](#run-hnix)
- [Using the Nix-build](#using-the-nix-build)
- [Run benchmarks](#run-benchmarks)
- [With profiling](#with-profiling-1)
- [With full debug info](#with-full-debug-info-1)
- [Run the result](#run-the-result)
- [Using the HNix REPL](#using-the-hnix-repl)
- [Contributing](#contributing)
- [Evaluating Nixpkgs with HNix](#evaluating-nixpkgs-with-hnix)