Skip to content

Commit 7b999da

Browse files
committed
README.md: m upd and rephrasing
1 parent e1a2a22 commit 7b999da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cd hnix
5454

5555
### Cachix prebuild binary caches
5656

57-
If you opt in to use of Nix environment, to accelerate processes, please, enable the official HNix Cachix binary cache:
57+
If you opt in to use of Nix environment, please enable the official HNix Cachix binary cache:
5858

5959
1. Go through https://cachix.org/ and set it up.
6060

@@ -136,7 +136,7 @@ cabal v2-run hnix -- --help
136136
(`--` is for separation between `cabal` & `hnix` args)
137137

138138

139-
### Using the Nix-build
139+
### Use of the Nix-build
140140

141141
There is a number of build options to use with `nix-build`, documentation of them is in: `./default.nix`, keys essentially pass-through the [Nixpkgs Haskell Lib API](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix).
142142

@@ -195,7 +195,7 @@ ghcid --command="cabal v2-repl --repl-options=-fno-code --repl-options=-fno-brea
195195
```
196196
(optional) To use projects reproducible environment, wrap `ghcid ...` command into a `nix-shell --command ' '`.
197197

198-
For simplicity alias the command in your shell.
198+
For simplicity `alias` the command in your shell.
199199

200200

201201
## Using the HNix REPL
@@ -231,8 +231,8 @@ Please, check that all tests that were passing prior (most probably all tests me
231231

232232
## Evaluating Nixpkgs with HNix
233233

234-
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:
234+
Currently, the main high-level goal is to be able to evaluate all of Nixpkgs:
235235

236236
```
237-
./result/bin/hnix --eval -E "import <nixpkgs> {}" --find
237+
hnix --eval -E "import <nixpkgs> {}" --find
238238
```

0 commit comments

Comments
 (0)