File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,17 @@ env ALL_TESTS=yes cabal v2-test
100100env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
101101```
102102
103- ### Building the project
103+ #### Building the project
104104
105- #### With benchmarks
105+ ##### With benchmarks
106106
107107To run benchmarks:
108108
109109```
110110cabal v2-bench
111111```
112112
113- #### With profiling
113+ ##### With profiling
114114
115115To build ` hnix ` with profiling enabled:
116116
@@ -119,7 +119,7 @@ cabal v2-configure --enable-tests --enable-profiling --flags=profiling
119119cabal v2-run hnix -- <args> +RTS -p
120120```
121121
122- #### With full debug info
122+ ##### With full debug info
123123
124124To build ` hnix ` for debugging, with full tracing output and stack traces:
125125
@@ -131,7 +131,7 @@ cabal v2-run hnix -- -v5 --trace <args> +RTS -xc
131131Note that this going to run quite slowly, but would give the most information as to what happens during parsing & evaluation.
132132
133133
134- ### Run HNix:
134+ #### Run HNix
135135```
136136cabal v2-run hnix -- --help
137137```
You can’t perform that action at this time.
0 commit comments