Some minor updates to the README; no longer mention cabal2nix

This commit is contained in:
John Wiegley 2018-04-12 10:26:30 -07:00
parent b0b372e151
commit 8176dad56a

View file

@ -13,13 +13,11 @@ for interacting with store paths, until `hnix-store` is ready.
$ git clone https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ cabal2nix --shell . > default.nix
$ nix-shell
...
$ cabal configure --enable-tests
$ cabal build
$ cabal test
...
$ cabal bench
...
$ ./dist/build/hnix/hnix --help
```
@ -30,6 +28,7 @@ To build `hnix` with profiling enabled:
```
$ nix-shell --arg doProfiling true
$ cabal configure --enable-tests --enable-profiling
$ cabal build
$ ./dist/build/hnix/hnix <args> +RTS -p
```