mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
snapshot pre-autoupdate-2026-05-15T13-42-52Z
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user