From 17b12cbb8e1a32dcc8339310b07f5a60d1d58d5a Mon Sep 17 00:00:00 2001 From: Marta Sokolska Date: Mon, 13 Oct 2025 13:23:56 +0200 Subject: [PATCH] Consistent naming --- nixie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixie b/nixie index 6af40eb..6c5c0e3 100755 --- a/nixie +++ b/nixie @@ -48,7 +48,7 @@ BUILD () { QUIT fi echo -e "${IPurple}Committing the changes...${NC}" - sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep current | sed 's/ .*//')" + sudo git commit --no-status -am "$(sudo nixos-rebuild list-generations | grep True | sed 's/ .*//')" echo -e "${IPurple}System rebuilt, configuration commited.${NC}" echo -e -n "${IPurple}Push changes? ${Purple}Yes/Squash/No (y/s/N): ${NC}" read CHOICE @@ -111,7 +111,7 @@ RESTORE () { pushd /etc/nixos > /dev/null -echo -e "${IPurple}Running pixie. ${Purple}You might be asked to input the root password.${NC}" +echo -e "${IPurple}Running nixie. ${Purple}You might be asked to input the root password.${NC}" sudo echo -n if [ "$1" == "pull" ]; then echo -e "${IPurple}Pulling from origin...${NC}"