Commit Graph
1023755 Commits
Author SHA1 Message Date
Eman Resu 7d2f66c0ad lib.lists.toposort: avoid extra function calls while recursing 2026-06-24 18:29:21 -04:00
Eman Resu 099a322b3a lib.lists.listDfs: compare to [] instead of checking length 2026-06-24 18:29:21 -04:00
Eman Resu 0f096eb287 lib.lists.flatten: save function call when recursing 2026-06-24 18:29:21 -04:00
Eman Resu 986cf9adb8 lib.lists.init: rewrite to not call take 2026-06-24 18:29:21 -04:00
Eman Resu 09b8cbd5d9 lib.lists.dropEnd: rewrite to not use sublist 2026-06-24 18:29:21 -04:00
Eman Resu bb3308e01e lib.lists.takeEnd: rewrite to not call sublist 2026-06-24 18:29:20 -04:00
Eman Resu 3621649b19 lib.lists.drop: rewrite to not call sublist 2026-06-24 18:29:20 -04:00
Eman Resu 097288cc6f lib.lists.take: rewrite to not call sublist 2026-06-24 18:29:20 -04:00
Eman Resu 261b8489a0 lib.lists.foldl': avoid builtins lookups 2026-06-24 18:29:20 -04:00
Adam Thompson-Sharpe 5b49fbd3cc kiwix-apple: 3.14.0 -> 3.15.1
Changelog: https://github.com/kiwix/kiwix-apple/releases/tag/3.15.1
2026-06-24 18:24:09 -04:00
Sarah Clark 081bf1547c python3Packages.tinygrad: disable huggingface test that loads huge model 2026-06-24 15:12:12 -07:00
R. Ryantm 968128824b libretro.fceumm: 0-unstable-2026-06-15 -> 0-unstable-2026-06-23 2026-06-24 22:10:16 +00:00
R. Ryantm 6a6b8a2105 python3Packages.atproto: 0.0.68 -> 0.0.69 2026-06-24 22:08:54 +00:00
Fabian Affolter 94065373e7 nerva: 1.26.0 -> 1.29.0
Diff: https://github.com/praetorian-inc/nerva/compare/v1.26.0...v1.29.0

Changelog: https://github.com/praetorian-inc/nerva/blob/v1.29.0/CHANGELOG.md
2026-06-25 00:00:59 +02:00
Ilan Joselevich eaffe290dd nixos/nginx: add lua option for Lua scripting support
Add `services.nginx.lua.{enable,extraPackages}` to enable OpenResty's
lua-nginx-module on a stock nginx. When enabled it adds the module,
includes lua-resty-core, and wires up lua_package_path /
lua_package_cpath (and lua_ssl_trusted_certificate) from a
luajit_openresty package set built from extraPackages.

When the configured package already bundles Lua (openresty), the module
and bundled libraries are not re-added; only the search path is set up so
its own lualib stays in use.

Migrate the openresty-lua test to the new option and add an nginx-lua
test covering the stock-nginx path.

Assisted-by: Claude:claude-opus-4-8
2026-06-25 00:56:45 +03:00
nixpkgs-ci[bot]andGitHub 798607c40e stellarsolver: 2.7 -> 2.8 (#535051) 2026-06-24 21:45:55 +00:00
EmilyandGitHub 0666870242 lib.strings: small performance cleanups (#519085) 2026-06-24 21:31:39 +00:00
Aaron AndersenandGitHub 6986b21e85 nixos/pam: allow disabling entirely (#512541) 2026-06-24 21:27:51 +00:00
Aaron AndersenandGitHub d80b937f8b kodiPackages.youtube: 7.4.3 -> 7.4.4 (#535066) 2026-06-24 21:27:32 +00:00
Aaron AndersenandGitHub e3dfa09fb1 kodiPackages.jellycon: 1.0.0 -> 1.0.1 (#534967) 2026-06-24 21:27:03 +00:00
EmilyandGitHub e050c09e72 by-name-overlay: use lib.flip to memoise {} being passed (#522750) 2026-06-24 21:25:14 +00:00
R. Ryantm acc1ff0d3f terraform-providers.sacloud_sakuracloud: 2.35.1 -> 2.36.0 2026-06-24 21:22:05 +00:00
Eman Resu ff92c9d15a lib.strings.cmakeFeature: beta reduce 2026-06-24 17:16:57 -04:00
Eman Resu 4755ddd126 lib.strings.{toSentenceCase,toCamelCase}: don't add context unnecessarily
builtins.substring doesn't destroy context - it's not necessary to add
it back.
2026-06-24 17:16:57 -04:00
Eman Resu f9c9f70a40 lib.strings.cmakeBool: inline two function calls
I can live with a function like boolToString being used, but if we're
immediately modifying its output, we should homeroll it.
2026-06-24 17:16:56 -04:00
Eman Resu 184d899ccf lib.strings: remove duplicate cmake and meson assertions
These are already performed by cmakeOptionType and mesonOption - doing
them twice isn't necessary.
2026-06-24 17:16:56 -04:00
Eman Resu a709ca8240 lib.strings.splitString: compute escaped separator early
Thanks to moving the existing let variable out, this should have
identical performance for non-memoised calls, and improved performance
when caching the separator.
2026-06-24 17:16:56 -04:00
Maximilian BoschandGitHub 9213a8c837 teams.matrix: reform (#534979) 2026-06-24 21:15:56 +00:00
R. Ryantm 447d25b6fc python3Packages.scikit-hep-testdata: 0.6.5 -> 0.6.7 2026-06-24 21:13:34 +00:00
R. Ryantm 7d2f7d0266 prow: 0-unstable-2026-06-15 -> 0-unstable-2026-06-24 2026-06-24 21:08:58 +00:00
nixpkgs-ci[bot]andGitHub 27bf2edc03 stalwart-cli: 1.0.8 -> 1.0.9 (#535054) 2026-06-24 21:04:25 +00:00
Tristan RossandGitHub f4d3f22c84 flutter: 3.44.2 -> 3.44.3 (#534691) 2026-06-24 21:00:48 +00:00
Gaetan Lepage 31bbdb868c air-formatter: fix build 2026-06-24 20:44:20 +00:00
Gaetan Lepage d42a3b4445 python3Packages.flash-attn-4: 4.0.0.beta18 -> 4.0.0.beta19
Changelog: https://github.com/Dao-AILab/flash-attention/releases/tag/fa4-v4.0.0.beta19
2026-06-24 20:42:34 +00:00
R. Ryantm fc77c50420 firewalld: 2.4.2 -> 2.4.3 2026-06-24 20:41:45 +00:00
Silvan MosbergerandGitHub 65761fc650 ci: add llakala as codeowner of performance-critical files (#535031) 2026-06-24 20:39:31 +00:00
David McFarland dbfac2ae59 godot: 4.6 -> 4.7 as default 2026-06-24 17:39:19 -03:00
R. Ryantm bc10395267 lowfi: 2.0.6 -> 2.0.7 2026-06-24 20:39:15 +00:00
Gaétan LepageandGitHub 2e123f6377 python3Packages.langgraph: disable test w/ race (aarch64-Linux) (#535014) 2026-06-24 20:38:50 +00:00
R. Ryantm 5062b8f0a0 kodiPackages.youtube: 7.4.3 -> 7.4.4 2026-06-24 20:34:31 +00:00
R. Ryantm dddb77da1d istioctl: 1.30.1 -> 1.30.2 2026-06-24 20:25:43 +00:00
transcaffeine a3e3d4e22b element-{desktop,web}: 1.12.21 -> 1.12.22
Release notes: https://github.com/element-hq/element-web/releases/tag/v1.12.22
Full changelog: https://github.com/element-hq/element-web/compare/v1.12.21...v1.12.22
2026-06-24 22:24:43 +02:00
nixpkgs-ci[bot]andGitHub d4e50fb045 infrastructure-agent: 1.74.4 -> 1.76.2 (#522481) 2026-06-24 20:24:32 +00:00
Nikolay KorotkiyandGitHub 4840631bce lagrange: 1.20.7 -> 1.20.8 (#534812) 2026-06-24 20:05:00 +00:00
R. Ryantm 2b882109c2 clickhouse-lts: 26.3.13.31-lts -> 26.3.15.4-lts 2026-06-24 19:58:42 +00:00
R. Ryantm adafb5e168 mo-viewer: 1.6.1 -> 1.6.2 2026-06-24 19:57:10 +00:00
Marc Bornand 44fa15d9b0 librewolf-unwrapped: 152.0.1-2 -> 152.0.2-1 2026-06-24 21:50:21 +02:00
nixpkgs-ci[bot]andGitHub a3920c8c52 sd-switch: 0.6.3 -> 0.6.4 (#535016) 2026-06-24 19:45:22 +00:00
Gaétan LepageandGitHub 91a968afd7 ruff: 0.15.18 -> 0.15.19 (#534844) 2026-06-24 19:43:40 +00:00
R. Ryantm 9d6d841963 stalwart-cli: 1.0.8 -> 1.0.9 2026-06-24 19:41:13 +00:00