joplin-plugin-inline-todo 1.6.1 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ dir="$(realpath $(dirname ${BASH_SOURCE[0]})/../..)"
3
+ _nix_direnv_force_reload=1 direnv exec "$dir" true
4
+ direnv reload
5
+ # direnv reload updates the mtime of .envrc. Also update the timestamp of the
6
+ # profile_rc file to keep track that we actually are up to date.
7
+ touch $dir/.direnv/{nix,flake}-profile-*.rc
8
+