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:
parent
48d2318214
commit
d7750c43b2
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue