Skip to content

Commit f72463b

Browse files
authored
Update nix documentation the README (#61)
1 parent d1d1334 commit f72463b

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ This package uses [Cabal](https://www.haskell.org/cabal/)-based build. To build
4747

4848
### With nix
4949

50-
This repository comes with some [nix](https://nixos.org) files which might or might not help hacking on quickcheck-dynamic simpler.
51-
Before you start using nix, please make sure you've configured haskell.nix caching as per [those instructions](https://input-output-hk.github.io/haskell.nix/tutorials/getting-started.html#setting-up-the-binary-cache).
50+
This repository uses nix to provide a development and build environment.
51+
52+
For instructions on how to install and configure nix (including how to enable access to our binary caches), refer to [this document](https://github.com/input-output-hk/iogx/blob/main/doc/nix-setup-guide.md).
53+
54+
If you already have nix installed and configured, you may enter the development shell by running `nix develop`.
5255

53-
* Building with nix should be as simple as:
54-
```
55-
nix build .#quickcheck-dynamic-lib-quickcheck-dynamic-ghc927
56-
```
5756
* To enter a shell providing a complete haskell toolchain:
5857
```
5958
nix develop

flake.lock

Lines changed: 21 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)