From 7bb9850656b68d246a7a28e09685888b3a54d0f7 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 5 Apr 2021 16:08:06 +0000 Subject: [PATCH] doc: hacking: fixup nix-shell dependency comment --- doc/manual/src/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/hacking.md b/doc/manual/src/hacking.md index fa4be54e..91e26cdb 100644 --- a/doc/manual/src/hacking.md +++ b/doc/manual/src/hacking.md @@ -9,7 +9,7 @@ $ cd hydra ``` To enter a shell in which all environment variables (such as `PERL5LIB`) -are set up so that those dependencies can be found: +and dependencies can be found: ```console $ nix-shell