From 9c7342fdf4b4c7c7908fe8f4093dbe059b2817b3 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 16 Jan 2025 06:34:27 +0800 Subject: [PATCH] Update NixOS config. --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 38eff8a..1aec68b 100755 --- a/update.sh +++ b/update.sh @@ -2,6 +2,9 @@ COMMIT_MSG="Update NixOS config." echo "commit message?" read $COMMIT_MSG + +echo "this is what they wrote: $COMMIT_MSG" + git add . git commit -m "$COMMIT_MSG" git push origin main