Add nix action
This commit is contained in:
parent
978321e6ef
commit
90fc0ee584
14
.github/workflows/nix-build.yml
vendored
Normal file
14
.github/workflows/nix-build.yml
vendored
Normal 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 }}'
|
Loading…
Reference in New Issue
Block a user