Added package neovim -- This makes editor accessible via `nix run #266
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CI" | |
on: | |
push: | |
branches: | |
- main | |
- update_flake_lock_action | |
pull_request: | |
jobs: | |
nix: | |
runs-on: ${{ matrix.system }} | |
strategy: | |
matrix: | |
system: [aarch64-darwin, x86_64-darwin, x86_64-linux] | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v4 | |
- name: om ci | |
run: om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}" |