mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 23:27: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
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- name: Set up Nix cache
|
- name: Set up cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: cachix/cachix-action@v15
|
||||||
|
with:
|
||||||
|
name: winapps
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- name: Update flake packages
|
- name: Update flake packages
|
||||||
uses: winapps-org/nix-update-action@v1.3.0
|
uses: winapps-org/nix-update-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
extra-args: --version=branch
|
extra-args: --version=branch
|
||||||
|
|
||||||
|
- name: Build packages
|
||||||
|
run: nix-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user