From 7910deccec23fb2f49b0f3703aa2fee58e7173cf Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 4 Jul 2023 12:19:47 +0200 Subject: [PATCH] examples/shell-environments/README: typo --- examples/shell-environments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shell-environments/README.md b/examples/shell-environments/README.md index 4423ed4..0f72c1c 100644 --- a/examples/shell-environments/README.md +++ b/examples/shell-environments/README.md @@ -36,7 +36,7 @@ nix develop .#another_env `nix develop` was designed for Nixpkgs stdenv, which uses bash, so that you can troubleshoot a Nix build with it. If you use a different shell, you'll want to get just the variables instead. -There 2 possible solutions: +There are 3 possible solutions: First, using [direnv](https://direnv.net/) to manage your dev environments. See [direnv-guide](https://haskell.flake.page/direnv). This is the recommended approach.