From 0fd4cfe83de5602f3b6563878bab191067423b55 Mon Sep 17 00:00:00 2001 From: Oleks Date: Tue, 2 Jun 2026 09:22:45 +0300 Subject: [PATCH] style: auto-format from pre-push hooks --- ci/publish.py | 4 +--- flake.nix | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ci/publish.py b/ci/publish.py index 1197ce2..474dcf4 100644 --- a/ci/publish.py +++ b/ci/publish.py @@ -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. diff --git a/flake.nix b/flake.nix index 1ea0479..8c62c16 100644 --- a/flake.nix +++ b/flake.nix @@ -371,8 +371,7 @@ type = "app"; program = "${prog}/bin/${name}"; meta.description = - "flake-hub ${arch} — stage closures then attic push " - + "(dry-run unless --push/PUBLISH=1)"; + "flake-hub ${arch} — stage closures then attic push " + "(dry-run unless --push/PUBLISH=1)"; }; in { @@ -408,8 +407,7 @@ }; in "${p}/bin/publish"; - meta.description = - "flake-hub — publish all locally-buildable arches (amd64; arm64 node-bound)"; + meta.description = "flake-hub — publish all locally-buildable arches (amd64; arm64 node-bound)"; }; } );