snapshot pre-autoupdate-2026-05-15T13-42-52Z

This commit is contained in:
2026-05-15 15:42:52 +02:00
parent 1ba4e8f097
commit 08d741217a
+1 -1
View File
@@ -31,7 +31,7 @@ pkgs.writeShellApplication {
if sudo nixos-rebuild switch --flake "$FLAKE" 2> "$ERROR_FILE"; then
if git -C "$FLAKE_DIR" diff --quiet; then
if ! git -C "$FLAKE_DIR" diff --quiet; then
git -C "$FLAKE_DIR" add flake.lock
git -C "$FLAKE_DIR" commit -m "flake.lock: autoupdate-$TIME"
git -C "$FLAKE_DIR" push