diff options
Diffstat (limited to '.envrc.sample')
-rwxr-xr-x[-rw-r--r--] | .envrc.sample | 7 |
1 files changed, 1 insertions, 6 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 |