mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
invalidate cache on changes to devshell.toml
This commit is contained in:
parent
b61138e130
commit
7b801eaaec
1 changed files with 1 additions and 0 deletions
1
direnvrc
1
direnvrc
|
|
@ -119,6 +119,7 @@ use_flake() {
|
||||||
|| ! -e "$profile_rc"
|
|| ! -e "$profile_rc"
|
||||||
|| "$HOME/.direnvrc" -nt "$profile_rc"
|
|| "$HOME/.direnvrc" -nt "$profile_rc"
|
||||||
|| .envrc -nt "$profile_rc"
|
|| .envrc -nt "$profile_rc"
|
||||||
|
|| "$flake_dir/"devshell.toml -nt "$profile_rc"
|
||||||
|| "$flake_dir/"flake.nix -nt "$profile_rc"
|
|| "$flake_dir/"flake.nix -nt "$profile_rc"
|
||||||
|| "$flake_dir/"flake.lock -nt "$profile_rc"
|
|| "$flake_dir/"flake.lock -nt "$profile_rc"
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue