Skip to content

Commit

Permalink
Update build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jan 3, 2025
1 parent c8af99a commit c46704a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For development, [cabal](https://cabal.readthedocs.io/en/latest/) should work _o
Alternatively, you can spin up a nix shell as follow:

```
nix develop github:CardanoSolutions/devx#ghc96-iog-full --no-write-lock-file --refresh
nix develop github:CardanoSolutions/devx#ghc94-iog-full --no-write-lock-file --refresh
```

If using the Nix shell, you'll likely want to create a `cabal.project.local` file:
Expand Down
4 changes: 2 additions & 2 deletions docs/api/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ info:
Make sure to have [nix](https://nixos.org/download.html#nix-install-linux) installed with a cache:
```
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=
substituters = https://cache.zw3rk.com/ https://cache.nixos.org/
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://cache.iog.io/ https://cache.nixos.org/
```
On MacOS, you'll need to install `libffi` and `bzip2` if they aren't already installed.
Expand Down

0 comments on commit c46704a

Please sign in to comment.