mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

chore: update flake.lock #117

Closed mrcjkb closed 1 year ago

mrcjkb commented 1 year ago

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

Flake lock file updates:

• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/ccfe92c336b67e89364d0f4c0999c68cfa0478f9' (2023-08-06)
  → 'github:nix-community/neovim-nightly-overlay/f6504c086279f80c8e5654a571456940fd8c3531' (2023-08-13)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/ef44e597294e4d0d9128ef69b6aa7481a54e17cb?dir=contrib' (2023-08-05)
  → 'github:neovim/neovim/165c4c9e57cd342a994201578def2e6aa62a11d7?dir=contrib' (2023-08-12)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05)
  → 'github:NixOS/nixpkgs/f0451844bbdf545f696f029d1448de4906c7f753' (2023-08-12)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05)
  → 'github:nixos/nixpkgs/f0451844bbdf545f696f029d1448de4906c7f753' (2023-08-12)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/3139c4d1f7732cab89f06492bdd4677b877e3785' (2023-08-05)
  → 'github:cachix/pre-commit-hooks.nix/c5ac3aa3324bd8aebe8622a3fc92eeb3975d317a' (2023-08-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