Skip to content

Commit 7534d19

Browse files
committed
README.md: m fxs
1 parent b01b718 commit 7534d19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd hnix
4646

4747
### Cachix prebuild binary caches
4848

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

5151
1. Go through https://cachix.org/ and set it up.
5252

@@ -57,11 +57,11 @@ If you opt in in use of Nix environment, to accelerateprocesses, please, enable
5757

5858
Cabal [Quickstart](https://cabal.readthedocs.io/en/3.4/nix-local-build.html).
5959

60-
1. (Optional), to enter and work in the reproducible Nix environemt:
60+
1. (Optional), to enter and work in the reproducible Nix environment:
6161
```
6262
nix-shell
6363
```
64-
Nix environment currenly defaults to the GHC 8.8, which is the default in Nixpkgs, drawback of it - compilation of `hnix` executable is enabled only for GHC 8.10.
64+
Nix environment currently defaults to the GHC 8.8, which is the default in Nixpkgs, drawback of it - a compilation of `hnix` executable is enabled only for GHC 8.10.
6565

6666
2. Building:
6767
```
@@ -158,18 +158,18 @@ Note that this will run quite slowly, but will give the most information as to w
158158

159159
2. You are free to chat with everyone on [Gitter](https://gitter.im/haskell-nix/Lobby).
160160

161-
3. When pull request is ready to be submitted, to save time - please, test it with:
161+
3. When the pull request is ready to be submitted, to save time - please, test it with:
162162

163163
```
164164
git submodule update --init --recursive
165165
nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
166166
```
167167

168-
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 chech that locally then through CI. It's OK if no new tests are passing.
168+
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.
169169

170170
### Evaluating Nixpkgs with HNix
171171

172-
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:
172+
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:
173173

174174
```
175175
./result/bin/hnix --eval -E "import <nixpkgs> {}" --find

0 commit comments

Comments
 (0)