mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
feat: use cachix
This commit is contained in:
parent
f25f319efa
commit
8e85c63ee5
10
.github/workflows/update-nix.yaml
vendored
10
.github/workflows/update-nix.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user