feat: use cachix

This commit is contained in:
Oskar Manhart 2025-01-01 17:12:32 +01:00 committed by GitHub
parent f25f319efa
commit 8e85c63ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,10 +19,16 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Set up Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up cache
uses: cachix/cachix-action@v15
with:
name: winapps
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Update flake packages
uses: winapps-org/nix-update-action@v1.3.0
with:
extra-args: --version=branch
- name: Build packages
run: nix-build