fix(envrc): watch relevant flake-modules files #438

Merged
jalil merged 1 commit from push-vsqposkpsnpk into main 2025-04-26 21:03:30 +02:00

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