Update NixOS config.
This commit is contained in:
parent
03cb349971
commit
9c7342fdf4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue