diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.envrc b/.envrc deleted file mode 100644 index e7aaa238..00000000 --- a/.envrc +++ /dev/null @@ -1,8 +0,0 @@ -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 -PATH_add bin -FLAKE=$PWD |