ci: add cachix build and push

This commit is contained in:
2026-03-04 11:58:18 +01:00
parent e29a47276c
commit f94dbdc38c

15
.github/workflows/cachix.yml 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: nixvim-superredstone
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#default