From 03cb349971a1dd5ceb091aaa39bda7e38a839336 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 16 Jan 2025 06:32:20 +0800 Subject: [PATCH] Update NixOS config. --- update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 4f910f9..38eff8a 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,7 @@ # add things to git +COMMIT_MSG="Update NixOS config." +echo "commit message?" +read $COMMIT_MSG git add . -git commit -m "Update NixOS config." +git commit -m "$COMMIT_MSG" git push origin main