ci: add Cachix caching for Nix builds

This commit is contained in:
Venkatesan Ravi
2025-11-30 16:40:58 -08:00
parent ccc7d75b40
commit a6bc767b6a

View File

@@ -18,6 +18,12 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: jellarr
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Install Node.js dependencies
run: |
nix develop --command pnpm install