Skip to content

Commit

Permalink
docs: Fix nix shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored and shivaraj-bh committed Mar 6, 2024
1 parent 788ef28 commit 679abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ order: -9
A Nix dev shell is available, providing `nixpkgs-fmt` and `just`. To enter the dev shell, run:

```sh
nix develop .#dev
nix develop ./dev
```

An `.envrc` is also provided, so it is recommended to use `direnv` to automatically enter the dev shell when you `cd` into the project directory. See [this tutorial](https://nixos.asia/en/direnv).
Expand Down

0 comments on commit 679abde

Please sign in to comment.