Skip to content

Commit

Permalink
docs(contribute): fix instructions for nix environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored and cpcloud committed Nov 8, 2023
1 parent e8e7270 commit 013cedd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,14 @@ for manager, params in managers.items():
nix-shell -p cachix --run 'cachix use ibis'
```
1. Run `nix-shell` in the checkout directory:
1. Run `nix develop` in the checkout directory:
```sh
cd ibis
nix-shell
nix develop
```
This will launch a `bash` shell with all of the required dependencies installed.
This may take a while due to artifact download from the cache.
:::
Expand Down

0 comments on commit 013cedd

Please sign in to comment.