Idris2/.github/workflows/ci-nix.yml
2021-03-15 14:21:50 +00:00

24 lines
521 B
YAML

name: Nix
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v12
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check