Commit Graph

969 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
519e2c40ec Merge staging-next into staging 2026-03-30 18:20:44 +00:00
Gaétan Lepage
af72c00ba5 luaPackages.lua-rtoml: 0.2 -> 0.3 (#505007) 2026-03-30 14:21:18 +00:00
teto
52529f17f8 luaPackages.lua-rtoml: 0.2 -> 0.3
Noticed while etrying to bump luarocks-nix: the update would fail for
lua-rtoml because the rockspec was renamed from 0.2 to 0.3 and thus
could not be downloaded anymore.

I replaced the url with a sturdier one.
2026-03-30 15:42:14 +02:00
nixpkgs-ci[bot]
71da05322d Merge staging-next into staging 2026-03-30 12:20:32 +00:00
Gaetan Lepage
c55b22cb73 luaPackages.neotest: fetch patch to fix neovim 0.12 compatibility
https://github.com/nvim-neotest/neotest/pull/594
2026-03-29 22:42:08 +00:00
Matthieu Coudron
f835c70a7d lua51Packages.libluv: 1.51.0-2 -> 1.52.1-0 (#500404) 2026-03-25 18:38:02 +00:00
Stefan Frijters
711ab8f984 luaPackages.toml-edit: move NIX_LDFLAGS into env for structuredAttrs 2026-03-23 13:05:10 +01:00
Matthieu Coudron
28afc93f3c luaPackages.{bcrypt,enet,etlua,luacov-reporter-lcov,nginx-lua-prometheus}: init (#501454) 2026-03-21 00:34:49 +00:00
Ulysses Zhan
9ca3b88770 luaPackages.etlua: init at 1.3.0-1 2026-03-20 14:58:30 -07:00
Matthieu Coudron
b3217db62d luaPackages: update on 2026-03-19 (#501628) 2026-03-20 14:16:03 +00:00
Austin Horstman
ee38031b34 luaPackages: update on 2026-03-19
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-20 08:00:17 -05:00
Ulysses Zhan
09b296375d luaPackages.enet: init at 1.2-1 2026-03-19 19:04:42 -07:00
Ulysses Zhan
398d36dd3c luaPackages.nginx-lua-prometheus: init at 0.20240525-1 2026-03-19 16:26:59 -07:00
Ulysses Zhan
11d540c777 luaPackages.luacov-reporter-lcov: init at 0.2-0 2026-03-19 16:26:59 -07:00
Ulysses Zhan
e148833486 luaPackages.bcrypt: init at 2.3-1 2026-03-19 16:26:59 -07:00
Ulysses Zhan
436c497347 luaPackages.lsqlite3: init at 0.9.6-1 2026-03-19 15:47:52 -07:00
Ulysses Zhan
5ee828f5b8 luaPackages.utf8: init at 1.3-0-f36cc914ae9015cd3045987abadd83bbcfae98f0 2026-03-19 15:47:52 -07:00
Ulysses Zhan
2189379971 luaPackages.md5: init at 1.3-1 2026-03-19 15:47:51 -07:00
R. Ryantm
1ee4ac5c17 lua51Packages.libluv: 1.51.0-2 -> 1.52.1-0 2026-03-16 13:39:46 +00:00
Austin Horstman
0449f7137d luaPackages: update on 2026-03-10
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-11 11:45:53 -05:00
Austin Horstman
a03d1b7b55 luaPackages.{rest-nvim,xml2lua}: mark broken on 5.5
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 13:32:27 -06:00
Austin Horstman
e2d0423be0 luaPackages: update on 2026-02-28
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 11:18:33 -06:00
Matthieu Coudron
4f97130945 luaPackages.luaposix: 34.1.1-1 -> 36.3-1 (#494581) 2026-02-27 21:55:08 +00:00
Matthieu Coudron
958828dbbe luaPackages: remove unneeded build inputs hack (#494598) 2026-02-27 18:55:32 +00:00
Austin Horstman
54ac4a74c4 luaPackages.nfd: update to latest, enable strictDeps
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 12:11:22 -06:00
Austin Horstman
f585163fb9 lua55Packages.tiktoken_core: mark broken
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 11:52:24 -06:00
Austin Horstman
8a321ae984 lua55Packages.lua-rtoml: mark broken
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 11:50:30 -06:00
Austin Horstman
60e747ab91 luaPackages: remove unneeded build inputs hack
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 09:49:14 -06:00
Austin Horstman
d70a7b6eb8 luaPackages.luaposix: 34.1.1-1 -> 36.3-1
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 09:47:06 -06:00
Austin Horstman
0493754db8 luaPackages.luaexpat: 1.4.1-1 -> 1.5.2-1
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-26 22:42:39 -06:00
teto
255b9d1a83 lua51Packages.orgmode: enable tests
it's a complex plugin so make sense to run its tests.
The official launcher `make test-ci` runs the tests 3 times and tries to
fetch treesitter grammars + plenary so we bypass it since we dont have
network access in the sandbox.
I've removed the failing tests hoping we can work with upstream to fix
that later.
2026-02-25 23:10:35 +01:00
Vladimír Čunát
bd5580cf56 staging-next 2026-02-08 (#488406) 2026-02-23 12:03:00 +00:00
7c6f434c
82457de137 lua54Packages.xml2lua: update disabled lua versions (#492784) 2026-02-23 07:52:14 +00:00
nixpkgs-ci[bot]
73dd1fa235 Merge master into staging-next 2026-02-23 00:23:56 +00:00
R. Ryantm
2305212df0 lua51Packages.image-nvim: 1.5.0 -> 1.5.1 2026-02-22 16:34:11 +00:00
nixpkgs-ci[bot]
5e0185241c Merge master into staging-next 2026-02-22 00:23:18 +00:00
Gaétan Lepage
ca7ccbdd18 luaPackages: update on 2026-02-19 (#492331) 2026-02-21 22:56:26 +00:00
Nivayu
3da47f9441 lua54Packages.xml2lua: update disabled lua versions 2026-02-21 15:06:35 +01:00
K900
684936391d Merge remote-tracking branch 'origin/master' into staging-next 2026-02-20 11:36:34 +03:00
Sandro
c35dadd6ae lua51Packages.image-nvim: 1.4.0 -> 1.5.0 (#490597) 2026-02-20 04:49:13 +00:00
Austin Horstman
da5afdee24 luaPackages: update on 2026-02-19
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-19 14:24:01 -06:00
K900
07d05da020 Merge remote-tracking branch 'origin/master' into staging-next 2026-02-15 21:11:29 +03:00
R. Ryantm
5286d4d91d lua51Packages.image-nvim: 1.4.0 -> 1.5.0 2026-02-15 07:37:43 +00:00
Austin Horstman
c67098549c luaPackages: update on 2026-02-14
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-14 15:27:32 -06:00
nixpkgs-ci[bot]
9c9133f575 Merge master into staging-next 2026-02-10 00:28:45 +00:00
Austin Horstman
be044264ea luaPackages.lux-lua: fix x86 darwin build
Allow undefined symbols for mlua

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-09 23:23:21 +00:00
Martin Weinelt
743484c326 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-06 01:21:57 +01:00
K900
0cb3a504cb Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-05 21:26:34 +03:00
Austin Horstman
def772531b luaPackages.luarocks-build-rust-mlua: 0.2.5-1-0.2.5 -> 0.2.7-1-0.2.7
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-05 11:03:54 -06:00
Austin Horstman
3ddb0df102 luaPackages.rocks-dev-nvim: disable check on darwin
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-04 15:10:05 -06:00