mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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,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
|
||||
|
Loading…
Reference in New Issue
Block a user