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
Note that this going to run quite slowly, but would give the most information as to what happens during parsing & evaluation.
132
132
133
133
134
-
### Run HNix:
134
+
####Run HNix
135
135
```
136
136
cabal v2-run hnix -- --help
137
137
```
138
138
(`--` is for separation between `cabal` & `hnix` args)
139
139
140
140
141
-
## Entering the HNix REPL
141
+
### Using the Nix-build
142
+
143
+
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).
0 commit comments