mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Fixed parsing
This commit is contained in:
parent
27bb23c061
commit
19ecc74acd
|
@ -171,8 +171,8 @@ let
|
|||
printf "\n"'
|
||||
fi
|
||||
popd &> /dev/null;
|
||||
echo -e "$CYAN### Flake and other updates finished ###$NC"
|
||||
echo -e "Please run$GREEN git$NC diff HEAD flake.nix inside ''+dotfilesDir+(" "+'' to see flake input changes"'')+
|
||||
echo -e "$CYAN### Flake and other updates finished ###$NC";
|
||||
echo -e "Please run$GREEN git$NC diff HEAD flake.nix inside ''+dotfilesDir+(" "+'' to see flake input changes";'')+
|
||||
''}
|
||||
if [ "$1" = "sync" ]; then
|
||||
if [ "$#" = 1 ]; then
|
||||
|
|
Loading…
Reference in a new issue