mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
deprecate nix_direnv_watch_file
This commit is contained in:
parent
d5f3d5b753
commit
6b44093d74
1 changed files with 1 additions and 2 deletions
3
direnvrc
3
direnvrc
|
|
@ -200,8 +200,7 @@ _nix_argsum_suffix() {
|
||||||
|
|
||||||
nix_direnv_watch_file() {
|
nix_direnv_watch_file() {
|
||||||
# shellcheck disable=2016
|
# shellcheck disable=2016
|
||||||
# deprecate this in the next version.
|
log_error '`nix_direnv_watch_file` is deprecated - use `watch_file`'
|
||||||
#log_error '`nix_direnv_watch_file` is deprecated - use `watch_file`'
|
|
||||||
watch_file "$@"
|
watch_file "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue