From 667d124d95401297db9f666bc531e7a48cbc1fa3 Mon Sep 17 00:00:00 2001 From: "Robert K. Bell" Date: Sat, 27 Jul 2024 18:54:37 +1000 Subject: [PATCH] ci: use the same caching tool as PHD, to get a better feel for it --- .github/workflows/nix.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 59f76e5..4dd4fc4 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -11,13 +11,14 @@ jobs: - uses: cachix/install-nix-action@V27 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v15 - with: - name: r-k-b - # If you chose signing key for write access - #signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - # If you chose API tokens for write access OR if you have a private cache - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' +# - uses: cachix/cachix-action@v15 +# with: +# name: r-k-b +# # If you chose signing key for write access +# #signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' +# # If you chose API tokens for write access OR if you have a private cache +# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Keep the Flake up-to-date and healthy uses: DeterminateSystems/flake-checker-action@v8 with: