mrcjkb / haskell-tools.nvim

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

chore: update flake.lock #283

Closed mrcjkb closed 11 months ago

mrcjkb commented 11 months ago

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/7b46fd0f81c9c9ef5d5898879e86ae271152c79f' (2023-10-26)
  → 'github:folke/neodev.nvim/80487e4f7bfa11c2ef2a1b461963db019aad6a73' (2023-11-01)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
  → 'github:nixos/nixpkgs/9d5d25bbfe8c0297ebe85324addcb5020ed1a454' (2023-11-04)
• Updated input 'nvim-dap':
    'github:mfussenegger/nvim-dap/79dbc70eb79271ad801e4ff293887cde324c28d0' (2023-10-27)
  → 'github:mfussenegger/nvim-dap/4048f37bc8b1a36fe1f5fde0df7d84aef71380e4' (2023-11-01)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/bd38df3d508dfcdff52cd243d297f218ed2257bf' (2023-10-25)
  → 'github:cachix/pre-commit-hooks.nix/dec10399e5b56aa95fcd530e0338be72ad6462a0' (2023-11-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