Unverified Commit d7750c43 authored by Will Bush's avatar Will Bush
Browse files

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:

https://github.com/nix-community/nix-direnv/blob/6455f38a8dcf731dccd69aabef3f85ac962bfa8d/direnvrc#L207



Seems this check is no longer needed

check-by-name: Remove check from .envrc

Co-authored-by: default avatarSilvan Mosberger <github@infinisil.com>
parent 48d23182
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
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