Formatting

This commit is contained in:
Marta 2025-06-08 03:42:27 +02:00
parent ca947b14a7
commit c5623c9b09

4
nixie
View file

@ -37,7 +37,7 @@ BUILD () {
echo -e -n "${IPurple}Are you sure you want to do this? ${Purple}Yes/No (Y/n): ${NC}"
read CHOICE
case $CHOICE in
[nN]* ) echo -e -n "Cancelled " ;;
[nN]* ) echo -e -n "Cancelled. " ;;
*)
sudo git add .
echo -e "${IPurple}Rebuilding NixOS...${NC}"
@ -74,7 +74,7 @@ UPDATE () {
echo -e -n "${IPurple}Are you sure you want to update flake.lock? ${Purple}Yes/No (Y/n): ${NC}"
read CHOICE
case $CHOICE in
[nN]* ) echo -e -n "Cancelled " && CHOOSE_CASE ;;
[nN]* ) echo -e -n "Cancelled. " && CHOOSE_CASE ;;
*)
echo -e "${IPurple}Updating flake.lock..."
sudo nix flake update