diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.envrc b/.envrc index a506aa5..a5b4b96 100644 --- a/.envrc +++ b/.envrc @@ -1,9 +1,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 nix -fi +use flake dotenv |