mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-07 19:39:35 +00:00
ci: remove reference to neovim-flake cachix
This commit is contained in:
parent
727c57b7ca
commit
12b5f16055
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.CACHIX_TOKEN }}
|
authToken: ${{ secrets.CACHIX_TOKEN }}
|
||||||
extraPullNames: nix-community
|
extraPullNames: nix-community
|
||||||
name: neovim-flake
|
name: nvf
|
||||||
|
|
||||||
- name: Set default git branch (to reduce log spam)
|
- name: Set default git branch (to reduce log spam)
|
||||||
run: git config --global init.defaultBranch main
|
run: git config --global init.defaultBranch main
|
||||||
|
|
@ -44,5 +44,5 @@ jobs:
|
||||||
- name: Validate Flakes
|
- name: Validate Flakes
|
||||||
run: nix flake check
|
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
|
run: nix build .#${{ matrix.package }} --print-build-logs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue