Skip to content

Revert "Pin tree-sitter to the 0.20.10 release (#8396)" #2131

Revert "Pin tree-sitter to the 0.20.10 release (#8396)"

Revert "Pin tree-sitter to the 0.20.10 release (#8396)" #2131

Workflow file for this run

# Publish the Nix flake outputs to Cachix
name: Cachix
on:
push:
branches:
- master
jobs:
publish:
name: Publish Flake
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
- name: Authenticate with Cachix
uses: cachix/cachix-action@v12
with:
name: helix
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build nix flake
run: nix build -L