diff --git a/common/services/autoupgrade.nix b/common/services/autoupgrade.nix index babf900..7cb3acf 100644 --- a/common/services/autoupgrade.nix +++ b/common/services/autoupgrade.nix @@ -12,7 +12,7 @@ script = '' set -eu - ${pkgs.git}/bin/git pull && \ + ${pkgs.git}/bin/git pull ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --flake .#$(cat /etc/hostname) ${pkgs.curl}/bin/curl \