updated both updaters with new error notification

This commit is contained in:
naturallaw77 2023-12-12 14:29:06 -08:00
parent 061cf6b578
commit 683f5e9201

View File

@ -25,7 +25,7 @@ if ! echo $PASSWORD | sudo -S nixos-rebuild switch --impure ; then
exit 1
if
fi
if ! echo $PASSWORD | cd /etc/nixos && sudo -S nix flake update ; then