about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 18:23:25 +0200
committerPatryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou>2024-09-29 18:23:25 +0200
commitfad0f8a24b6110d5611500493ffaf24b3a07b798 (patch)
treeff905e11e946fafc596efb6f8d0653e85dfa9332
parent110720bae4584f4d7d091a2fbff2f58897ba8bce (diff)
downloaddots-fad0f8a24b6110d5611500493ffaf24b3a07b798.tar.gz
dots-fad0f8a24b6110d5611500493ffaf24b3a07b798.zip
20 current 2024-09-29 18:23:23 24.05.20240928.fbca5e7 6.6.52 *
-rwxr-xr-xrebuild/rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild/rebuild.sh b/rebuild/rebuild.sh
index 8733f56..cba11b5 100755
--- a/rebuild/rebuild.sh
+++ b/rebuild/rebuild.sh
@@ -40,7 +40,7 @@ sudo nixos-rebuild switch --flake $DIR/flake.nix 2>&1 | tee nixos-switch.log ||
 current=$(nixos-rebuild list-generations | grep current)
 
 # Commit all changes witih the generation metadata
-git commit -am "$current"
+git commit -am "$(hostname): $current"
 
 # Back to where you were
 popd