fix(envrc): watch relevant flake-modules files
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 13s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

Otherwise direnv doesn't work.
This commit is contained in:
Jalil David Salamé Messina 2025-04-26 18:22:51 +02:00
parent 3193c3a1ea
commit 67820bb649
Signed by: jalil
GPG key ID: F016B9E770737A0B

7
.envrc
View file

@ -1,10 +1,11 @@
# update repo
if has jj; then
jj git fetch --all-remotes
jj git fetch --all-remotes
elif has gix; then
gix fetch
gix fetch
elif has git; then
git fetch
git fetch
fi
watch_file ./flake.{nix,lock} ./flake-modules/{default,devshells,overlays,nixvim-modules}.nix
use flake