summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-15 18:00:31 -0400
committerseth <[email protected]>2023-05-15 18:00:31 -0400
commita8290a86bd99d218f49b0e962c05976ebfa5ba33 (patch)
tree83cf5e45d8b593b19fe016144f43373ea8f4e46d /.github/workflows/check.yml
parent62892a5801c77f9c44664d7d80e921c710e4e798 (diff)
feat(ci): add cachix
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index dfe28e2..d436e31 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -25,4 +25,9 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
+ - uses: cachix/cachix-action@v12
+ with:
+ name: getchoo
+ authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
+
- run: nix flake check -L