installer - Change dotfiles url
This commit is contained in:
parent
2870a75178
commit
975ec6eff0
1 changed files with 2 additions and 2 deletions
|
@ -186,10 +186,10 @@ if [[ "$has_dotfiles" == "y" || "$has_dotfiles" == "yes" ]]; then
|
|||
nix flake lock --update-input dotfiles
|
||||
echo "flake.nix updated successfully!"
|
||||
else
|
||||
echo "Invalid URL format. Please make sure to enter a valid git URL."
|
||||
echo -e "$RED Invalid URL format. Please make sure to enter a valid git URL. $ENDCOLOR"
|
||||
fi
|
||||
else
|
||||
echo "Skipping dotfiles URL update."
|
||||
echo -e "$GREEN Using Nomadics dotfiles $ENDCOLOR"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue