README.md: m upd

This commit is contained in:
Anton-Latukha 2020-09-30 17:40:06 +03:00
parent 2235addf60
commit 53ef61eb89
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ ghcid --command="cabal v2-repl --repl-options=-fno-code --repl-options=-fno-brea
```
(optional) To use projects reproducible environment, wrap `ghcid ...` command into a `nix-shell --command ' '`.
For simplicity alias it for your shell.
For simplicity alias it in your shell.
3. Testing:
@ -98,7 +98,7 @@ env ALL_TESTS=yes cabal v2-test
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
```
### Building
### Building the project
#### With benchmarks
@ -138,7 +138,7 @@ cabal v2-run hnix -- --help
## Entering the HNix REPL
Enter REPL:
Enter the REPL:
```
hnix --repl
```
@ -166,7 +166,7 @@ nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
Please, check that all tests that were passing prior (most probably all tests mentioned in the command) are still passing for the PR, it is faster to check that locally than through CI. It's OK if no new tests are passing.
### Evaluating Nixpkgs with HNix
## Evaluating Nixpkgs with HNix
Currently, the main high-level goal is to be able to evaluate all of Nixpkgs. To run this yourself, first build `hnix` with `nix-build`, then run the following command: