Skip to content

Commit

Permalink
chore: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 12, 2024
1 parent a4bad00 commit 1b0f420
Show file tree
Hide file tree
Showing 28 changed files with 193 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
name: willruggiano
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake update && niv update
- run: nix flake update && niv update && nix run .#nvim-treesitter.update-grammars -- ./pkgs/nvim-treesitter
- run: nix build --accept-flake-config
- run: |
git config --global user.name 'github-actions[bot]'
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
nom build --accept-flake-config

install: build
nix profile update --accept-flake-config --impure 0
nix profile upgrade --accept-flake-config --impure 0
notify-send --transient 'neovim be ready'

run:
Expand Down
Loading

0 comments on commit 1b0f420

Please sign in to comment.