diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.envrc b/.envrc index b5fda8db..8b202a81 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,3 @@ -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 nix PATH_add bin +watch_file npins/sources.json |