Skip to content

chore(fixup): compatibility with nvim release (#576) #1439

chore(fixup): compatibility with nvim release (#576)

chore(fixup): compatibility with nvim release (#576) #1439

Workflow file for this run

name: "Nix build"
on:
pull_request:
push:
workflow_call:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: mrcjkb
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L
shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: mrcjkb
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#devShells.x86_64-linux.default -L