snapshot pre-autoupdate-2026-05-15T13-44-56Z

This commit is contained in:
2026-05-15 15:44:56 +02:00
parent 151b134262
commit 9b15ec3f9b
+1 -1
View File
@@ -31,7 +31,7 @@ pkgs.writeShellApplication {
if sudo nixos-rebuild switch --flake "$FLAKE" 2> "$ERROR_FILE"; then 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 -- flake.lock; then
git -C "$FLAKE_DIR" add flake.lock git -C "$FLAKE_DIR" add flake.lock
git -C "$FLAKE_DIR" commit -m "flake.lock: autoupdate-$TIME" git -C "$FLAKE_DIR" commit -m "flake.lock: autoupdate-$TIME"
git -C "$FLAKE_DIR" push git -C "$FLAKE_DIR" push