non important commit

This commit is contained in:
maxstrb 2025-09-25 14:29:12 +02:00
parent 07d51c404c
commit 716ba60050

View file

@ -77,8 +77,11 @@
def rebuild [message?: string] {
cd /home/maxag/.nix-config
let commit_message = if $message != null {$message} else {"non important commit"}
git add .
git commit -m $commit_message
try {
git add .
git commit -m $commit_message
}
sudo nixos-rebuild switch --flake .
}