Compare commits

..

No commits in common. "1875f11ac10d7c7b52b90569a60b3079cae414e0" and "e292e4c728ddce6e02fe725c87bf7502d5006e59" have entirely different histories.

View file

@ -1,12 +0,0 @@
#!/run/current-system/sw/bin/bash
# add nix config to git
COMMIT_MSG="Update NixOS config."
echo "Commit message?"
# what did I change?
read COMMIT_MSG
echo "OK!"
git add .
git commit -m "$COMMIT_MSG"
git push origin main