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