mrcjkb / haskell-tools.nvim

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

chore: update flake.lock #289

Closed mrcjkb closed 9 months ago

mrcjkb commented 9 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/20f1e5d3c143333bdf5ea48729f7b50660135cb3' (2023-11-10)
  → 'github:folke/neodev.nvim/b2881eeb395d2b268de5fe9b5e201a8f1816beb8' (2023-11-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07)
  → 'github:nixos/nixpkgs/7414e9ee0b3e9903c24d3379f577a417f0aae5f1' (2023-11-16)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/9d81c11fd185a131f81841e64941859305f6c42d' (2023-11-08)
  → 'github:mfussenegger/nvim-dap/e154fdb6d70b3765d71f296e718b29d8b7026a63' (2023-11-17)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)
  → 'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/20bf20500c95208c3ac0ef07245065bf94dcab15' (2023-11-06)
  → 'github:nvim-telescope/telescope.nvim/18774ec7929c8a8003a91e9e1f69f6c32258bbfe' (2023-11-16)

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