diff options
-rwxr-xr-x[-rw-r--r--] | .envrc.sample | 7 | ||||
-rw-r--r-- | docs/developing.md | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/.envrc.sample b/.envrc.sample index b1fc9e5..18f38ef 100644..100755 --- a/.envrc.sample +++ b/.envrc.sample @@ -3,9 +3,4 @@ layout go -if type -P lorri &>/dev/null; then - eval "$(lorri direnv)" -else - echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use flake -fi +use flake diff --git a/docs/developing.md b/docs/developing.md index e1d66a5..d8f516b 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -22,9 +22,7 @@ nix develop ``` -3. Optional: install and set up lorri and use `lorri shell` instead of `nix develop` - -4. Optional: install direnv, integrate it with your shell and then run +3. Optional: install direnv, integrate it with your shell and then run ```shell-session ln -s .envrc.sample .envrc |