Skip to content

Commit

Permalink
Merge pull request #30 from MercuryTechnologies/add-nix-build-gha
Browse files Browse the repository at this point in the history
Add basic nix build github action
  • Loading branch information
chiroptical authored Sep 24, 2021
2 parents 504af56 + b807dc3 commit 0217e7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Run nix build"
on:
push:
branches:
- master
jobs:
generate-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v14
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build

0 comments on commit 0217e7a

Please sign in to comment.