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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ cd hnix
54
54
55
55
### Cachix prebuild binary caches
56
56
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:
58
58
59
59
1. Go through https://cachix.org/ and set it up.
60
60
@@ -136,7 +136,7 @@ cabal v2-run hnix -- --help
136
136
(`--` is for separation between `cabal` & `hnix` args)
137
137
138
138
139
-
### Using the Nix-build
139
+
### Use of the Nix-build
140
140
141
141
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).
(optional) To use projects reproducible environment, wrap `ghcid ...` command into a `nix-shell --command ' '`.
197
197
198
-
For simplicity alias the command in your shell.
198
+
For simplicity `alias` the command in your shell.
199
199
200
200
201
201
## Using the HNix REPL
@@ -231,8 +231,8 @@ Please, check that all tests that were passing prior (most probably all tests me
231
231
232
232
## Evaluating Nixpkgs with HNix
233
233
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:
0 commit comments