diff --git a/auto-upgrade.nix b/auto-upgrade.nix index 64ad27f..4bbf1b2 100644 --- a/auto-upgrade.nix +++ b/auto-upgrade.nix @@ -93,7 +93,6 @@ let cfg = config.system.autoUpgrade; in script = '' ${lib.optionalString cfg.allowReboot '' set -euo pipefail - set -x T=$(mktemp -d) cd "$T" ${config.system.build.nixos-rebuild}/bin/nixos-rebuild build ${toString cfg.flags}