ci: remove reference to neovim-flake cachix

This commit is contained in:
Ching Pei Yang 2026-03-16 13:05:47 +01:00
commit 12b5f16055
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -36,7 +36,7 @@ jobs:
with:
authToken: ${{ secrets.CACHIX_TOKEN }}
extraPullNames: nix-community
name: neovim-flake
name: nvf
- name: Set default git branch (to reduce log spam)
run: git config --global init.defaultBranch main
@ -44,5 +44,5 @@ jobs:
- name: Validate Flakes
run: nix flake check
- name: Build neovim-flake with default settings
- name: Build nvf with default settings
run: nix build .#${{ matrix.package }} --print-build-logs