From c86d0d12b927b45af96b86b140a962b97127b6d3 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 6 Oct 2025 21:32:27 +0200 Subject: [PATCH] non important commit --- home/modules/shells.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 2e9e92e..78b522b 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -103,9 +103,12 @@ cd /home/maxag/.nix-config let commit_message = if $message != null {$message} else {"non important commit"} + git pull + try { git add . git commit -m $commit_message + git push } sudo nixos-rebuild switch --flake .