fix canola
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-08 21:47:07 -04:00
parent 48ef78fd13
commit c882f44a0b
3 changed files with 8 additions and 4 deletions

View file

@ -72,7 +72,7 @@ in
state_dir="${config.xdg.stateHome}/nvim"
lockfile="${packLockPath}"
if [ ! -e "$lockfile" ]; then
if [ ! -e "$lockfile" ] || ! cmp -s ${packLockSeed} "$lockfile"; then
mkdir -p "$state_dir"
cp ${packLockSeed} "$lockfile"
chmod u+w "$lockfile"