mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-09 12:06:11 +00:00
Merge a0baeb90fd into d6746a7510
This commit is contained in:
commit
bf4e7fe34d
4 changed files with 7 additions and 6 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue