diff options
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc index 97eccbae..e7aaa238 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,7 @@ 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 + use nix fi PATH_add bin FLAKE=$PWD |