-
Is an equivalent of |
Beta Was this translation helpful? Give feedback.
Answered by
RossSmyth
Apr 9, 2025
Replies: 2 comments 3 replies
-
That is outside of the scope of Nix (and thus this package). You can emulate such a thing though with direnv and nix-direnv (or lorri). Something like watch_file *.typ
use flake .#myDocument or if not using flakes watch_file *.typ
use nix -A myDocument |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
RossSmyth
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is outside of the scope of Nix (and thus this package).
You can emulate such a thing though with direnv and nix-direnv (or lorri). Something like
or if not using flakes
watch_file *.typ use nix -A myDocument