style: auto-format from pre-push hooks
ci/woodpecker/push/amd64 Pipeline failed
ci/woodpecker/push/arm64 Pipeline failed

This commit is contained in:
Oleks
2026-06-02 09:22:45 +03:00
parent 9d80f47625
commit 0fd4cfe83d
2 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -136,9 +136,7 @@ def main():
print("DRY-RUN: would push the following closures:", flush=True)
for pkg, out in staged:
print(f" attic push {ATTIC_CACHE} {out} ({pkg})", flush=True)
print(
"Re-run with --push (or PUBLISH=1) to actually publish.", flush=True
)
print("Re-run with --push (or PUBLISH=1) to actually publish.", flush=True)
return
# PUBLISH: build attic-client out of nixpkgs, log in, push every closure.