From adb8f3f40a5972a97e113e48708ab7a150adf2c3 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 24 May 2024 13:04:01 +0200 Subject: [PATCH] fix --- common/services/autoupgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \