Skip to content

Commit

Permalink
Rename cache (#27)
Browse files Browse the repository at this point in the history
* add new cache as a substituter

* push to new cache instead
  • Loading branch information
chris-martin authored May 16, 2024
1 parent 225b41f commit 327903f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: freckle-flakes
name: freckle
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check
Expand Down
2 changes: 2 additions & 0 deletions main/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
};
nixConfig = {
extra-substituters = [
"https://freckle.cachix.org"
"https://freckle-flakes.cachix.org"
];
extra-trusted-public-keys = [
"freckle.cachix.org-1:WnI1pZdwLf2vnP9Fx7OGbVSREqqi4HM2OhNjYmZ7odo="
"freckle-flakes.cachix.org-1:d+zszsfs+gamqZPjsGQPtDvpDNhE6pLSmtZDQHYTUDo="
];
};
Expand Down

0 comments on commit 327903f

Please sign in to comment.