check-by-name: Update .envrc to remove deprecated command

Noticed the following warning:

```
direnv: `nix_direnv_watch_file` is deprecated - use `watch_file`
```

Which seems to come from here:

6455f38a8d/direnvrc (L207)

Seems this check is no longer needed

check-by-name: Remove check from .envrc

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
Will Bush 2024-03-15 21:35:56 -05:00
parent 48d2318214
commit d7750c43b2
No known key found for this signature in database
GPG key ID: 3823864B54B13BDA

View file

@ -1,7 +1 @@
if has nix_direnv_watch_file; then
nix_direnv_watch_file default.nix shell.nix
else
watch_file default.nix shell.nix
fi
use nix use nix