Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-12-11 06:08:16 +00:00
committed by GitHub
58 changed files with 776 additions and 3476 deletions
@@ -3964,6 +3964,38 @@ final: prev: {
}
) { };
neorg-interim-ls = callPackage (
{
buildLuarocksPackage,
fetchurl,
fetchzip,
luaOlder,
neorg,
}:
buildLuarocksPackage {
pname = "neorg-interim-ls";
version = "2.1.1-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/neorg-interim-ls-2.1.1-1.rockspec";
sha256 = "0kx8ql89yadlhnw2jl7ck950vrzs0ihjm079mg0vlnklriw4zw5v";
}).outPath;
src = fetchzip {
url = "https://github.com/benlubas/neorg-interim-ls/archive/v2.1.1.zip";
sha256 = "1vszvmsy27n68ivi6bmk1hifi00dg33mc9iz66nv2gfmwcfwbsfz";
};
disabled = luaOlder "5.1";
propagatedBuildInputs = [ neorg ];
meta = {
homepage = "https://github.com/benlubas/neorg-interim-ls";
description = "Temporarily providing a limited set of LSP features to neorg";
license.fullName = "MIT";
};
}
) { };
neotest = callPackage (
{
buildLuarocksPackage,