From 4718468fdbf711000e31f4426e76ef9bd062c0b7 Mon Sep 17 00:00:00 2001 From: Marta Sokolska Date: Sat, 7 Jun 2025 23:04:18 +0200 Subject: [PATCH] Cleaner commit message --- nixie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixie b/nixie index 0e4aaa1..4230556 100755 --- a/nixie +++ b/nixie @@ -41,7 +41,7 @@ BUILD () { QUIT fi echo -e "${IPurple}Committing the changes...${NC}" - sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep current)" + sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep current | sed 's/ .*//')" echo -e "${IPurple}System rebuilt, configuration commited. Quitting nixie.${NC}" QUIT ;;