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 #287

Closed mrcjkb closed 10 months ago

mrcjkb commented 10 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/80487e4f7bfa11c2ef2a1b461963db019aad6a73' (2023-11-01)
  → 'github:folke/neodev.nvim/20f1e5d3c143333bdf5ea48729f7b50660135cb3' (2023-11-10)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9d5d25bbfe8c0297ebe85324addcb5020ed1a454' (2023-11-04)
  → 'github:nixos/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d' (2023-11-07)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/4048f37bc8b1a36fe1f5fde0df7d84aef71380e4' (2023-11-01)
  → 'github:mfussenegger/nvim-dap/9d81c11fd185a131f81841e64941859305f6c42d' (2023-11-08)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-01)
  → 'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)
• Updated input 'telescope-nvim':
    'github:nvim-telescope/telescope.nvim/4522d7e3ea75ffddabdc39957168a8a7060b5df0' (2023-10-23)
  → 'github:nvim-telescope/telescope.nvim/20bf20500c95208c3ac0ef07245065bf94dcab15' (2023-11-06)

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