Add nix action

This commit is contained in:
Valentin Brandl 2020-03-22 18:22:16 +01:00
parent 978321e6ef
commit 90fc0ee584
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

14
.github/workflows/nix-build.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: "Nix Build"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
- uses: cachix/cachix-action@v5
with:
name: hitsofcode
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'