chore(flake): update nixvim
All checks were successful
/ check (push) Successful in 10s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

Nixvim added a `systems` input which we override, also this commit has
the `hunk.nvim` plugin which we want.
This commit is contained in:
Jalil David Salamé Messina 2025-05-06 23:14:41 +02:00
parent 5c993d6f67
commit c0ea237330
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 8 additions and 4 deletions

View file

@ -39,6 +39,7 @@
url = "github:nix-community/nixvim";
inputs = {
flake-parts.follows = "flake-parts";
systems.follows = "systems";
# disable optional inputs
nuschtosSearch.follows = "";
};