Add Github workflow

This commit is contained in:
Tad Fisher 2022-02-12 17:26:38 -08:00 committed by Tad Fisher
parent 9a7f7c91cd
commit e0a023df7e
1 changed files with 16 additions and 0 deletions

16
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: CI
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nixbuild/nix-quick-install-action@v9
with:
nix_version: 2.4
nix_conf: experimental-features = nix-command flakes
- name: nix build
run: nix -L build .#