Skip to content

Commit

Permalink
Merge pull request #186 from cspr-rad/remove-casper-cache
Browse files Browse the repository at this point in the history
Remove binary caches
  • Loading branch information
marijanp authored Sep 20, 2024
2 parents 7aaee83 + 76d13fd commit 590d72a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14
with:
name: kairos
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: System Info
run: |
Expand Down
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
extra-substituters = [
"https://crane.cachix.org"
"https://nix-community.cachix.org"
"https://kairos.cachix.org"
"https://casper-cache.marijan.pro"
];
extra-trusted-public-keys = [
"crane.cachix.org-1:8Scfpmn9w+hGdXH/Q9tTLiYAE/2dnJYRJP7kl80GuRk="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"kairos.cachix.org-1:1EqnyWXEbd4Dn1jCbiWOF1NLOc/bELx+wuqk0ZpbeqQ="
"casper-cache.marijan.pro:XIDjpzFQTEuWbnRu47IqSOy6IqyZlunVGvukNROL850="
];
};

Expand Down

0 comments on commit 590d72a

Please sign in to comment.