mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Add use * functions after doc examples
This commit is contained in:
parent
d93ad1d842
commit
58ec575a6c
1 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,8 @@ when deciding to update its cache.
|
|||
To add more files to be checked use `nix_direnv_watch_file` like this
|
||||
|
||||
```shell
|
||||
$ nix_direnv_watch_file your-file.nix
|
||||
nix_direnv_watch_file your-file.nix
|
||||
use nix # or use flake
|
||||
```
|
||||
|
||||
Or - if you don't mind the overhead (runtime and conceptual) of watching all nix-files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue