From 8f05832b2392cc5377c9463632316520de9a0dd8 Mon Sep 17 00:00:00 2001 From: Peritia Date: Thu, 7 Aug 2025 13:22:39 +0200 Subject: [PATCH] rm old code snippet --- nyx/nyx-rebuild.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nyx/nyx-rebuild.nix b/nyx/nyx-rebuild.nix index ec7e71d..63a600c 100644 --- a/nyx/nyx-rebuild.nix +++ b/nyx/nyx-rebuild.nix @@ -272,7 +272,6 @@ cd "$log_dir" final_log="$log_dir/nixos-gen_''${stats_gen}-switch-''${timestamp}.log" mv "$build_log" "$final_log" $git_bin add "$log_dir" -$git_bin add "$build_log" $git_bin commit -m "log for $gen" || true # === FINAL PUSH LOGS ===