From 679abde41dd06de6462c057feed4f172add06289 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:33:24 -0500 Subject: [PATCH] docs: Fix nix shell command --- doc/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.md b/doc/contributing.md index 02fdddc..9c00d39 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -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).