Skip to content

Commit

Permalink
nix_direnv_watch_file is deprecated (#138)
Browse files Browse the repository at this point in the history
`direnv` was showing the following error message:

```
direnv: `nix_direnv_watch_file` is deprecated - use `watch_file`
```

---

`nix_direnv_watch_file` is deprecated

 `watch_file` is favored since nix-direnv 3.0.0

cf. https://github.com/nix-community/nix-direnv/releases/tag/3.0.0 

cf. nix-community/nix-direnv#438
  • Loading branch information
bobvanderlinden authored Sep 4, 2024
2 parents 4c68672 + 98c753b commit 0eb4f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nix_direnv_watch_file .ruby-version
watch_file .ruby-version
use flake

0 comments on commit 0eb4f6d

Please sign in to comment.