Compare commits
No commits in common. "1875f11ac10d7c7b52b90569a60b3079cae414e0" and "e292e4c728ddce6e02fe725c87bf7502d5006e59" have entirely different histories.
1875f11ac1
...
e292e4c728
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue