From d95501ed01c8e3f05adabfcac12c71f7da706890 Mon Sep 17 00:00:00 2001 From: Oleks Date: Wed, 29 Apr 2026 11:38:24 +0300 Subject: [PATCH] style: auto-format from pre-push hooks --- ci/build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build.py b/ci/build.py index 590c14f..624fd1a 100644 --- a/ci/build.py +++ b/ci/build.py @@ -38,7 +38,9 @@ run("free -h") # Setup attic attic = ( - build("nix build --inputs-from . nixpkgs#attic-client --print-build-logs --print-out-paths --no-link") + build( + "nix build --inputs-from . nixpkgs#attic-client --print-build-logs --print-out-paths --no-link" + ) + "/bin/attic" ) run(f"'{attic}' login ci {ATTIC_SERVER} '{ATTIC_TOKEN}'")