diff options
author | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 18:23:25 +0200 |
---|---|---|
committer | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 18:23:25 +0200 |
commit | fad0f8a24b6110d5611500493ffaf24b3a07b798 (patch) | |
tree | ff905e11e946fafc596efb6f8d0653e85dfa9332 | |
parent | 110720bae4584f4d7d091a2fbff2f58897ba8bce (diff) | |
download | dots-fad0f8a24b6110d5611500493ffaf24b3a07b798.tar.gz dots-fad0f8a24b6110d5611500493ffaf24b3a07b798.zip |
20 current 2024-09-29 18:23:23 24.05.20240928.fbca5e7 6.6.52 *
-rwxr-xr-x | rebuild/rebuild.sh | 2 |
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 |