make justfile work

This commit is contained in:
cy 2025-01-24 15:33:52 -05:00
parent c1cb989017
commit 5e3715f8f7

View file

@ -1,5 +1,8 @@
update: update:
git switch -c update git switch -c update
nix flake update
git add flake.lock
git commit -s -m "flake update"
git push git push
git switch main git switch main