Commit graph

1,022,052 commits

Author SHA1 Message Date
Wolfgang Walther
16a3b0c7d9
[haskell-updates] git-annex: unbreak (#534543) 2026-06-25 08:31:42 +00:00
Wolfgang Walther
7db16b7a40
top-level/release-haskell.nix: use ghc 9.12 in versioned jobs (#534745) 2026-06-25 07:55:36 +00:00
nixpkgs-ci[bot]
85b5c86354
Merge 19a053f28c into haskell-updates 2026-06-25 00:53:29 +00:00
nixpkgs-ci[bot]
19a053f28c
snyk: 1.1305.1 -> 1.1305.2 (#535099) 2026-06-25 00:21:38 +00:00
Fabian Affolter
3b814dc1c1
nerva: 1.26.0 -> 1.29.0 (#535083) 2026-06-25 00:06:37 +00:00
Yt
445e7e94eb
meilisearch: 1.47.0 -> 1.48.2 (#535012) 2026-06-25 00:04:20 +00:00
Emily
777104e276
lib.lists: performance improvements (#522834) 2026-06-25 00:01:13 +00:00
nixpkgs-ci[bot]
530eb92ad9
psi-plus: 1.5.2139 -> 1.5.2140 (#491340) 2026-06-24 23:50:09 +00:00
R. Ryantm
126e4a5985 snyk: 1.1305.1 -> 1.1305.2 2026-06-24 23:02:18 +00:00
Gaétan Lepage
14065e4eac
fbida: 2.14->2.15 (#530373) 2026-06-24 22:58:14 +00:00
zowoq
83bb8d2ae2
terraform-providers.sacloud_sakuracloud: 2.35.1 -> 2.36.0 (#535080) 2026-06-24 22:57:53 +00:00
zowoq
2001e3d5cd
terraform: 1.15.6 -> 1.15.7 (#535042) 2026-06-24 22:57:51 +00:00
Nick Cao
e4fe385101
python3Packages.flash-attn-4: 4.0.0.beta18 -> 4.0.0.beta19 (#535067) 2026-06-24 22:44:47 +00:00
Nick Cao
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
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
nixpkgs-ci[bot]
798607c40e
stellarsolver: 2.7 -> 2.8 (#535051) 2026-06-24 21:45:55 +00:00
Emily
0666870242
lib.strings: small performance cleanups (#519085) 2026-06-24 21:31:39 +00:00
Aaron Andersen
6986b21e85
nixos/pam: allow disabling entirely (#512541) 2026-06-24 21:27:51 +00:00
Aaron Andersen
d80b937f8b
kodiPackages.youtube: 7.4.3 -> 7.4.4 (#535066) 2026-06-24 21:27:32 +00:00
Aaron Andersen
e3dfa09fb1
kodiPackages.jellycon: 1.0.0 -> 1.0.1 (#534967) 2026-06-24 21:27:03 +00:00
Emily
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 Bosch
9213a8c837
teams.matrix: reform (#534979) 2026-06-24 21:15:56 +00:00
nixpkgs-ci[bot]
27bf2edc03
stalwart-cli: 1.0.8 -> 1.0.9 (#535054) 2026-06-24 21:04:25 +00:00
Tristan Ross
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 Mosberger
65761fc650
ci: add llakala as codeowner of performance-critical files (#535031) 2026-06-24 20:39:31 +00:00
Gaétan Lepage
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]
d4e50fb045
infrastructure-agent: 1.74.4 -> 1.76.2 (#522481) 2026-06-24 20:24:32 +00:00
Nikolay Korotkiy
4840631bce
lagrange: 1.20.7 -> 1.20.8 (#534812) 2026-06-24 20:05:00 +00:00
nixpkgs-ci[bot]
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