update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2025-10-15 18:44:53 +10:00
parent 806f8c6087
commit 5ee696e854

View file

@ -9,13 +9,14 @@ boot:
commit:
git add .
-git pull origin main
-git commit -a -m "update"
_switch:
nixos-rebuild switch --flake . --use-remote-sudo
push:
git push origin --all
git push origin main
switch: commit _switch push