From 7f560cdce208425241271a971fdc4a41833284ce Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 29 Apr 2026 17:18:29 +0200 Subject: [PATCH] chore: state before home update --- modules/cli/topgrade.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli/topgrade.nix b/modules/cli/topgrade.nix index 2a21b07..76689b1 100644 --- a/modules/cli/topgrade.nix +++ b/modules/cli/topgrade.nix @@ -22,6 +22,8 @@ in }; pre_commands = { + "Git pull before system flake update " = "cd ${system_path} && git pull"; + "Git pull before home flake update " = "cd ${home_path} && git pull"; "Git commit before system flake update" = "cd ${system_path} && git add -A && git commit -m 'chore: state before system update'"; "Git commit before home flake update" =