Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-04-07 00:28:24 +00:00
committed by GitHub
218 changed files with 1838 additions and 829 deletions
+6 -1
View File
@@ -238,7 +238,12 @@ in
checkPhase = ''
runHook preCheck
# feel free to disable/adjust the tests
rm tests/base/test_apply.lua tests/base/test_vimscript_interpreter.lua
rm \
tests/base/test_apply.lua \
tests/base/test_vimscript_interpreter.lua \
# screenshot tests are brittle, as they are meant to be run against very
# specific Neovim/ripgrep/ast-grep versions.
tests/screenshot/*
# Dependencies needed in special location
mkdir -p deps/{ripgrep,astgrep}