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
1. (Optional), to enter and work in the reproducible Nix environemt:
60
+
1. (Optional), to enter and work in the reproducible Nix environment:
61
61
```
62
62
nix-shell
63
63
```
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.
65
65
66
66
2. Building:
67
67
```
@@ -158,18 +158,18 @@ Note that this will run quite slowly, but will give the most information as to w
158
158
159
159
2. You are free to chat with everyone on [Gitter](https://gitter.im/haskell-nix/Lobby).
160
160
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:
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.
169
169
170
170
### Evaluating Nixpkgs with HNix
171
171
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:
0 commit comments