Add nix check workflow

This commit is contained in:
Jelle Besseling 2022-02-20 21:48:51 +01:00
parent 50b8357234
commit 327ea5390d
No known key found for this signature in database
GPG key ID: 9712452E8BE3372E

22
.github/workflows/nix-linux.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Nix on Linux
on:
push:
branches:
- master
pull_request:
jobs:
nix:
runs-on: ubuntu-latest
name: nix-build
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v14.1
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check --print-build-logs --show-trace --override-input nixpkgs github:NixOS/nixpkgs