From 61026947d33c231d948d05450003a1abd314c931 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 24 Mar 2026 09:06:59 +0100 Subject: [PATCH] update: modules/cli/fish.nix --- modules/cli/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli/fish.nix b/modules/cli/fish.nix index 4df93f5..b13b25d 100644 --- a/modules/cli/fish.nix +++ b/modules/cli/fish.nix @@ -94,6 +94,7 @@ git add ./flake.lock git commit --allow-empty -m "chore: update system flake.lock" reload_system + git push else echo "Error while updating system flake!" end @@ -115,6 +116,7 @@ if test $status -eq 0 git add ./flake.lock git commit --allow-empty -m "chore: update home flake.lock" + git push reload_dotfiles else echo "Error while updating home flake!"