Create nix build workflow

This commit is contained in:
Noa Aarts 2024-10-20 23:04:55 +02:00
parent 0796396d16
commit b76280d8e8
Signed by: noa
GPG key ID: 1850932741EFF672

14
.github/workflows/build_nix.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: "build nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check