1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

examples/shell-environments/README: typo

This commit is contained in:
Robert Hensing 2023-07-04 12:19:47 +02:00 committed by GitHub
parent 6f53e9012c
commit 7910deccec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.