Commit Graph
1021877 Commits
Author SHA1 Message Date
eveeifyeve d9e8cf5da7 windows.sdk: 17.14.36623.8 -> 17.14.37411.7 2026-06-25 22:16:31 +10:00
eveeifyeve 8c11b3a49b windows.mcfgthread: 2.3.2 -> 2.4.1 2026-06-25 21:30:48 +10:00
EmilyandGitHub 777104e276 lib.lists: performance improvements (#522834) 2026-06-25 00:01:13 +00:00
nixpkgs-ci[bot]andGitHub 530eb92ad9 psi-plus: 1.5.2139 -> 1.5.2140 (#491340) 2026-06-24 23:50:09 +00:00
Gaétan LepageandGitHub 14065e4eac fbida: 2.14->2.15 (#530373) 2026-06-24 22:58:14 +00:00
zowoqandGitHub 83bb8d2ae2 terraform-providers.sacloud_sakuracloud: 2.35.1 -> 2.36.0 (#535080) 2026-06-24 22:57:53 +00:00
zowoqandGitHub 2001e3d5cd terraform: 1.15.6 -> 1.15.7 (#535042) 2026-06-24 22:57:51 +00:00
Nick CaoandGitHub e4fe385101 python3Packages.flash-attn-4: 4.0.0.beta18 -> 4.0.0.beta19 (#535067) 2026-06-24 22:44:47 +00:00
Nick CaoandGitHub 956ebe1607 air-formatter: fix build (#535068) 2026-06-24 22:42:01 +00:00
Eman Resu 4b623fa2b8 lib.lists.reverseList: avoid subtraction 2026-06-24 18:30:03 -04:00
Eman Resu 4e2f331f87 lib.lists.toposort: avoid reversing element causing a cycle 2026-06-24 18:29:22 -04:00
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
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
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
Silvan MosbergerandGitHub 65761fc650 ci: add llakala as codeowner of performance-critical files (#535031) 2026-06-24 20:39:31 +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
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
nixpkgs-ci[bot]andGitHub a3920c8c52 sd-switch: 0.6.3 -> 0.6.4 (#535016) 2026-06-24 19:45:22 +00:00
R. Ryantm 9d6d841963 stalwart-cli: 1.0.8 -> 1.0.9 2026-06-24 19:41:13 +00:00
Nick CaoandGitHub 1ab79b94f1 pdns: 5.0.5 -> 5.1.1 (#532145) 2026-06-24 19:22:09 +00:00
Nick CaoandGitHub 29657afaa5 aks-mcp-server: 0.0.18 -> 0.0.19 (#534991) 2026-06-24 19:21:32 +00:00
Nick CaoandGitHub a36a918a75 c2patool: 0.26.67 -> 0.26.68 (#534928) 2026-06-24 19:18:09 +00:00
Nick CaoandGitHub 194ecd1960 python3Packages.spyder-kernels: 3.1.4 -> 3.1.5 (#534807) 2026-06-24 19:14:31 +00:00
Nick CaoandGitHub 71a72d4ab7 git-backup-go: 1.6.1 -> 1.7.0 (#534790) 2026-06-24 19:13:08 +00:00
Nick CaoandGitHub 5d2106027d python3Packages.fastapi-pagination: 0.15.14 -> 0.15.15 (#534787) 2026-06-24 19:12:46 +00:00