diff --git a/modules/autoupdate.nix b/modules/autoupdate.nix index 7f1f0828..6defec1d 100644 --- a/modules/autoupdate.nix +++ b/modules/autoupdate.nix @@ -68,7 +68,7 @@ text = '' if [ -e /run/current-system ] && [ -e $systemConfig ]; then echo System package diff: - ${config.nix.package}/bin/nix store diff-closures /run/current-system $systemConfig + ${config.nix.package}/bin/nix store diff-closures /run/current-system $systemConfig || true fi ''; };