From d8d3c7cd7ae583c45efe3184605d2bff13d9fa56 Mon Sep 17 00:00:00 2001 From: seb314 Date: Sat, 17 Apr 2021 14:24:10 +0200 Subject: [PATCH] README: mention shell hook setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdaea4f..386f648 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ $ echo "use nix" >> .envrc $ direnv allow ``` +If you haven't used direnv before, make sure to [hook it into your shell](https://direnv.net/docs/hook.html) first. + ## Flakes support nix-direnv also comes with a flake alternative. The code is tested and works however