mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
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:
commit
1e3bd2942e
1 changed files with 2 additions and 1 deletions
3
direnvrc
3
direnvrc
|
|
@ -198,7 +198,8 @@ _nix_argsum_suffix() {
|
||||||
|
|
||||||
nix_direnv_watch_file() {
|
nix_direnv_watch_file() {
|
||||||
# shellcheck disable=2016
|
# 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 "$@"
|
watch_file "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue