Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update flake.lock #146

Merged
merged 1 commit into from
Dec 17, 2023
Merged

chore: update flake.lock #146

merged 1 commit into from
Dec 17, 2023

Conversation

mrcjkb
Copy link
Owner

@mrcjkb mrcjkb commented Dec 17, 2023

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/c4ce017bd4bacf60bf59330cec9e93c5d5e104a6' (2023-12-07)
  → 'github:folke/neodev.nvim/40b608b31f3da728e298051c4bf579d8e8a84294' (2023-12-15)
• Updated input 'neotest':
    'github:nvim-neotest/neotest/d424d262d01bccc1e0b038c9a7220a755afd2a1f' (2023-11-13)
  → 'github:nvim-neotest/neotest/8782d83869c64700fa419bd5278f4f62c80a2c1a' (2023-12-10)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/a7ef09cdcbbf5b212258965ea661fd7cd9f5045a' (2023-12-10)
  → 'github:nix-community/neovim-nightly-overlay/916b055a001b578567dfa4ccb82aaa210e2f3e20' (2023-12-17)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/096211a87b1649e9a7408ce159072a6236195eea?dir=contrib' (2023-12-09)
  → 'github:neovim/neovim/8f08b1efbd096850c04c2e8e2890d993bd4d9f95?dir=contrib' (2023-12-16)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/09dc04054ba2ff1f861357d0e7e76d021b273cd7' (2023-12-08)
  → 'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/09dc04054ba2ff1f861357d0e7e76d021b273cd7' (2023-12-08)
  → 'github:nixos/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25)
  → 'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)

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

Flake lock file updates:

• Updated input 'neodev-nvim':
    'github:folke/neodev.nvim/c4ce017bd4bacf60bf59330cec9e93c5d5e104a6' (2023-12-07)
  → 'github:folke/neodev.nvim/40b608b31f3da728e298051c4bf579d8e8a84294' (2023-12-15)
• Updated input 'neotest':
    'github:nvim-neotest/neotest/d424d262d01bccc1e0b038c9a7220a755afd2a1f' (2023-11-13)
  → 'github:nvim-neotest/neotest/8782d83869c64700fa419bd5278f4f62c80a2c1a' (2023-12-10)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/a7ef09cdcbbf5b212258965ea661fd7cd9f5045a' (2023-12-10)
  → 'github:nix-community/neovim-nightly-overlay/916b055a001b578567dfa4ccb82aaa210e2f3e20' (2023-12-17)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/096211a87b1649e9a7408ce159072a6236195eea?dir=contrib' (2023-12-09)
  → 'github:neovim/neovim/8f08b1efbd096850c04c2e8e2890d993bd4d9f95?dir=contrib' (2023-12-16)
• Updated input 'neovim-nightly-overlay/nixpkgs':
    'github:NixOS/nixpkgs/09dc04054ba2ff1f861357d0e7e76d021b273cd7' (2023-12-08)
  → 'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/09dc04054ba2ff1f861357d0e7e76d021b273cd7' (2023-12-08)
  → 'github:nixos/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e5ee5c5f3844550c01d2131096c7271cec5e9b78' (2023-11-25)
  → 'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)
Copy link
Contributor

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(lsp): some lsp-related bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (Steps to reproduce in PR description).
  • Updated documentation.
  • Updated CHANGELOG.md

@mrcjkb mrcjkb merged commit 766f7c8 into master Dec 17, 2023
8 checks passed
@mrcjkb mrcjkb deleted the update_flake_lock_action branch December 17, 2023 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant