configuration.nix/.envrc
Jalil David Salamé Messina 67820bb649
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
fix(envrc): watch relevant flake-modules files
Otherwise direnv doesn't work.
2025-04-26 18:30:31 +02:00

11 lines
226 B
Bash

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