nvim-neorocks / rocks.nvim

Neovim plugin management inspired by Cargo, powered by luarocks
GNU General Public License v3.0
380 stars 6 forks source link

chore: update flake.lock #274

Closed mrcjkb closed 1 month ago

mrcjkb commented 1 month ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/600b15aea1b36eeb43833a50b0e96579147099ff' (2024-04-07)
  → 'github:nixos/nixpkgs/7ec2248074c23e5844bf9f146d10713f33056f79' (2024-04-14)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e35aed5fda3cc79f88ed7f1795021e559582093a' (2024-04-02)
  → 'github:cachix/pre-commit-hooks.nix/40e6053ecb65fcbf12863338a6dcefb3f55f1bf8' (2024-04-12)
• Updated input 'rocks-git':
    'github:nvim-neorocks/rocks-git.nvim/a8ff62f12e804ffdbd644d7a4f7b701f771c407a' (2024-04-02)
  → 'github:nvim-neorocks/rocks-git.nvim/769e7fe1568a87a17a2cf2aebce4c1f1870f17a6' (2024-04-11)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force