mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixed phoenix help text for viewing updates
This commit is contained in:
parent
556ade0239
commit
0ebbf9c52d
|
@ -172,7 +172,7 @@ let
|
||||||
fi
|
fi
|
||||||
popd &> /dev/null;
|
popd &> /dev/null;
|
||||||
echo -e "$CYAN### Flake and other updates finished ###$NC";
|
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 "Please run$GREEN git$NC diff HEAD flake.lock inside ''+dotfilesDir+(" "+'' to see flake input changes";'')+
|
||||||
''}
|
''}
|
||||||
if [ "$1" = "sync" ]; then
|
if [ "$1" = "sync" ]; then
|
||||||
if [ "$#" = 1 ]; then
|
if [ "$#" = 1 ]; then
|
||||||
|
|
Loading…
Reference in a new issue