ci: add cachix push

This commit is contained in:
2026-02-13 06:51:28 +01:00
parent fea147ac9e
commit bded51830c

15
.github/workflows/cachix.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: "Cachix"
on:
pull_request:
push:
jobs:
cachix-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: spotiflac-cli
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#default