Skip to content

Commit

Permalink
Merge pull request #211 from matter-labs/magix_nix_cache
Browse files Browse the repository at this point in the history
ci: remove magic nix cache
  • Loading branch information
haraldh authored Sep 18, 2024
2 parents 538782e + 69ae1d3 commit 7c61f81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
endpoint: https://attic.teepot.org/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

- run: nix flake check -L --show-trace --keep-going

Expand All @@ -52,8 +50,6 @@ jobs:
endpoint: https://attic.teepot.org/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: nix build
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
Expand Down Expand Up @@ -92,8 +88,6 @@ jobs:
endpoint: https://attic.teepot.org/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 7c61f81

Please sign in to comment.