mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
ci/check: switch to nixvim cachix
This commit is contained in:
parent
4d1032f3b9
commit
b76d8e7011
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: nixvim
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check --all-systems --builders ""
|
||||
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue