fix: watch file only when enable nix in envrc
This commit is contained in:
parent
9b490e97d5
commit
9823c21787
1 changed files with 1 additions and 2 deletions
3
.envrc
3
.envrc
|
|
@ -1,5 +1,4 @@
|
||||||
watch_file ./flake.lock **/*.nix
|
|
||||||
|
|
||||||
if has nix; then
|
if has nix; then
|
||||||
|
watch_file ./flake.lock **/*.nix
|
||||||
use flake
|
use flake
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue