mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
432 stars 18 forks source link

chore: update flake.lock #341

Closed mrcjkb closed 6 months ago

mrcjkb commented 6 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/64b2a51b02c6f2ae177c745e4d8bc801a339fe09' (2024-01-26)
  → 'github:folke/neodev.nvim/2793ba3127c2c93ee486b9072a3ef129eeb950cc' (2024-02-01)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25)
  → 'github:nixos/nixpkgs/79a13f1437e149dc7be2d1290c74d378dad60814' (2024-02-03)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/f56597d53fd174f796b5a7d3ee0b494f9e2285cc' (2024-01-20)
  → 'github:cachix/pre-commit-hooks.nix/7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf' (2024-01-28)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/2f3857c25bbd00ed7ac593c9d4071906369e4d20' (2024-01-27)
  → 'github:nvim-telescope/telescope.nvim/7b5c5f56a21e82fdcfe5b250278b8dfc4b1cbab4' (2024-02-01)

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