From 6d14def506c1736b2b480ad626add6d64adfafee Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 15 Sep 2025 16:21:02 +0300 Subject: [PATCH] add attic --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e264ea5..c5474f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: hostname: github-actions tags: tag:ci - # TODO: add a binary cache - # - uses: cachix/cachix-action@v10 - # with: - # name: YOURCACHE - # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - + - name: Setup Attic cache + uses: ryanccn/attic-action@v0.4.0 + with: + endpoint: http://wallfacer.curl-boga.ts.net:7080 + cache: main + token: ${{ secrets.ATTIC_TOKEN }} - name: Check the flake run: nix flake check --accept-flake-config