Skip to content

Update nixpkgs

Update nixpkgs #11

Workflow file for this run

name: build
on:
push:
branches: [ "**" ]
tags: [ v* ]
pull_request:
branches: [ "**" ]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nixbuild/nix-quick-install-action@v5
- run: nix-shell --run 'tree-sitter test'