diff --git a/.forgejo/workflows/update-flake.yml b/.forgejo/workflows/update-flake.yml index 3fcadc4..bc05b73 100644 --- a/.forgejo/workflows/update-flake.yml +++ b/.forgejo/workflows/update-flake.yml @@ -11,7 +11,10 @@ jobs: - uses: actions/checkout@v4 with: ref: master - - run: nix flake update + - name: Update dependencies + run: | + nix flake update + ./home/programs/nvim/update-plugins.sh - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: commit_message: "[automation] Update flake"