From a543bec1a5595cb8f9f8f4b42d323a2c18143ce4 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 15 Jun 2024 17:32:51 -0400 Subject: [PATCH] ci: add conduwuit cachix nix binary cache Signed-off-by: strawberry --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/documentation.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e3233c..dfecd34f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ env: TERM: ansi # Publishing to my nix binary cache ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }} + # conduwuit.cachix.org + CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} # Just in case incremental is still being set to true, speeds up CI CARGO_INCREMENTAL: 0 # Custom nix binary cache if fork is being used @@ -83,8 +85,8 @@ jobs: - name: Apply Nix binary cache configuration run: | sudo tee -a /etc/nix/nix.conf > /dev/null < /dev/null <