chore(flake): update nixvim
Some checks failed
/ check (push) Successful in 38s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Failing after 13m4s
/ build-vm (push) Has been cancelled
/ report-size (push) Has been cancelled

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 2a52e4fdeb
commit 4aeac7e7d1
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 = "";
};