Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Nov 9, 2023
1 parent 1097c9e commit f1d240d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,9 @@ This package uses [Cabal](https://www.haskell.org/cabal/)-based build. To build

This repository uses nix to provide a development and build environment.

If you know nix, simply run `nix develop` to enter the shell; if prompted, trust
the flake config values to enable access to our binary caches.

The nix code is based on a template from the
[IOGX flake](https://github.com/input-output-hk/iogx).
For instructions on how to install and configure nix (including how to enable
access to our binary caches), and how keep the flake inputs up to date, refer to
[this section](https://github.com/input-output-hk/iogx/blob/main/doc/api.md#flakenix)
of the IOGX manual.
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).

If you already have nix installed and configured, you may enter the development shell by running `nix develop`.

* To enter a shell providing a complete haskell toolchain:
```
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d240d

Please sign in to comment.