From 42d008176a374867616c96f595eab349a34fb150 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 15 Jan 2025 00:52:18 -0500 Subject: [PATCH 1/2] test this pls --- .github/workflows/build-and-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 8e5aaa3..bcc72e1 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -10,7 +10,7 @@ jobs: - .#attic-client - .#attic-server - .#conduwuit - - "github:cything/nixpkgs/9a35d495d2f49eee003b57265228844bb48c933e#nixosTests.garage.with-3node-replication1_x" + - "github:cything/nixpkgs/97f27249297bf5fbc563014ae9d4884dee27f1e0#nixosTests.garage.with-3node-replication1_x" runs-on: ubuntu-latest steps: - uses: DeterminateSystems/nix-installer-action@main From e340e684706701bf4a80f2b8fa94fd1aa83190aa Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 15 Jan 2025 01:15:30 -0500 Subject: [PATCH 2/2] cachix breaks now --- .github/workflows/build-and-cache.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index bcc72e1..d61201f 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -17,10 +17,6 @@ jobs: with: logger: pretty - uses: DeterminateSystems/magic-nix-cache-action@main - - uses: cachix/cachix-action@v15 - with: - name: cything - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - name: Setup Attic cache uses: ryanccn/attic-action@v0 with: