You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge request #727 GitHub CI: autogenerate the README TOC
When README changes in master, this workflow runs and autochecks, autogenerates the idempotent TOC and autocommits it, so project TOC persistently stays current.
Haskell parser, evaluator and type checker for the Nix language.
12
-
13
-
## Contents
14
-
15
-
<!-- TOC -->
16
-
-[Prerequisites](#prerequisites)
17
-
-[Getting Started](#getting-started)
18
-
-[Using the REPL](#using-the-repl)
19
-
-[Building with full debug info](#building-with-full-debug-info)
20
-
-[Building with benchmarks enabled](#building-with-benchmarks-enabled)
21
-
-[Building with profiling enabled](#building-with-profiling-enabled)
22
-
-[Using the Cachix binary cache](#using-the-cachix-binary-cache)
23
-
-[Contributing](#contributing)
24
-
-[Evaluating Nixpkgs with HNix](#evaluating-nixpkgs-with-hnix)
25
-
<!-- /TOC -->
22
+
---
26
23
27
24
## Prerequisites
28
25
Until `hnix-store` is ready, `nix-store` is still used for interacting with the store paths, so Nix is still required installed and available through `$PATH`.
Note that this will run quite slowly, but will give the most information as to what might potentially be going wrong during parsing or evaluation.
118
+
119
+
119
120
## Contributing
120
121
121
122
1. If something in the [quests](https://github.com/haskell-nix/hnix/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+no%3Aassignee) looks interesting, look through the thread and leave a comment taking it, to let others know you're working on it.
0 commit comments