Merge pull request #421 from nix-community/revert-deprecation

do not deprecate nix_direnv_watch_file yet (2.5.1)
This commit is contained in:
mergify[bot] 2023-11-27 20:19:33 +00:00 committed by GitHub
commit 1e3bd2942e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,8 @@ _nix_argsum_suffix() {
nix_direnv_watch_file() {
# shellcheck disable=2016
log_error '`nix_direnv_watch_file` is deprecated - use `watch_file`'
# deprecate this in the next version.
#log_error '`nix_direnv_watch_file` is deprecated - use `watch_file`'
watch_file "$@"
}