Skip to content

Commit

Permalink
Merge pull request #18 from cspr-rad/add-cachix
Browse files Browse the repository at this point in the history
Add cachix
  • Loading branch information
marijanp authored Feb 5, 2024
2 parents a95ae4a + d0aab92 commit 597f879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v14
with:
name: kairos
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: System Info
run: |
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
extra-substituters = [
"https://crane.cachix.org"
"https://nix-community.cachix.org"
"https://kairos.cachix.org"
];
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="
];
};

Expand Down

0 comments on commit 597f879

Please sign in to comment.