non important commit
This commit is contained in:
parent
f6721332fa
commit
c86d0d12b9
1 changed files with 3 additions and 0 deletions
|
|
@ -103,9 +103,12 @@
|
||||||
cd /home/maxag/.nix-config
|
cd /home/maxag/.nix-config
|
||||||
let commit_message = if $message != null {$message} else {"non important commit"}
|
let commit_message = if $message != null {$message} else {"non important commit"}
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
try {
|
try {
|
||||||
git add .
|
git add .
|
||||||
git commit -m $commit_message
|
git commit -m $commit_message
|
||||||
|
git push
|
||||||
}
|
}
|
||||||
|
|
||||||
sudo nixos-rebuild switch --flake .
|
sudo nixos-rebuild switch --flake .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue