system changes

This commit is contained in:
jjanzen 2025-03-05 22:17:31 -06:00
parent c1f8c535d5
commit e6edbad14d
65 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ endif
# update by default, install first
all: update
update: install $(UPDATE_TARGET)
cp $(DSTDIR)/.flake/flake.lock $(SRCDIR)/.flake
cp $(DSTDIR)/.flake/flake.lock $(SRCDIR)/flake
git add -A
git commit -m "update lock file" || true