Add gems that have binaries installed in a project to the PATH in that project

This commit is contained in:
Charlotte Van Petegem 2020-02-23 15:40:45 +01:00
parent 53d7317351
commit ad1e8b30bc
4 changed files with 7 additions and 1 deletions

View file

@ -8,4 +8,6 @@
* Edit the `shell.nix` file so that it contains `import /path/to/this/repo/shells/your-new-file.nix`.
* For shells that have a shellHook that exports environment containing computed directories (e.g. the git root or the current working directory), add `eval "$shellHook"` to your `.envrc`.
* Execute `direnv allow` to load the `.envrc` file which in turn uses `lorri` to load your `shell.nix` file.