Skip to content

Commit

Permalink
Merge pull request #2 from 0xB10C/ci
Browse files Browse the repository at this point in the history
add ci
  • Loading branch information
fjahr authored Oct 7, 2023
2 parents e8dae49 + 32323a6 commit 1ef1409
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "nix-build"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build

0 comments on commit 1ef1409

Please sign in to comment.