| Commit message (Expand) | Author | Age | Files | Lines |
| * | diffoscope: organize better missing tools and explain why docx2txt cannot be ...•••docx2txt is *IN* nixpkgs but cannot be used.
lipo, otool are theoretically available in darling… but I doubt they would work.
origin/diffoscope-update | Raito Bezarius | 2023-12-09 | 1 | -1/+7 |
| * | diffoscope: 252 -> 253•••https://diffoscope.org/news/diffoscope-253-released/
| Raito Bezarius | 2023-12-09 | 1 | -3/+2 |
| * | diffoscope: add `acl` in the minimal package•••`acl` is a pretty ubiquitious package on Linux and provides `getfacl`.
| Raito Bezarius | 2023-12-09 | 1 | -1/+2 |
| * | Merge pull request #272513 from r-ryantm/auto-update/cosign•••cosign: 2.2.1 -> 2.2.2 | Thomas Gerbet | 2023-12-08 | 1 | -3/+3 |
| |\ |
|
| | * | cosign: 2.2.1 -> 2.2.2 | R. Ryantm | 2023-12-06 | 1 | -3/+3 |
| * | | Merge pull request #272744 from hercules-ci/lib-lists-sortOn•••`lib.lists.sortOn`: init | Silvan Mosberger | 2023-12-08 | 5 | -6/+71 |
| |\ \ |
|
| | * | | lib.sort: Make doc consistent with sortOn | Robert Hensing | 2023-12-08 | 1 | -1/+4 |
| | * | | nixos/btrbk: Optimize sort•••This avoids computing the prio more than necessary.
The test evaluates to the same derivation hash.
| Robert Hensing | 2023-12-08 | 1 | -2/+2 |
| | * | | lib.callPackageWith: Optimize levenshtein sort•••Probably not significant because of the limits already applied.
This is mostly cleanup.
| Robert Hensing | 2023-12-08 | 1 | -2/+2 |
| | * | | lib.sortOn: init•••A more efficient sort in some cases, and often convenient.
This exposes `lib.lists.sortOn` immediately on `lib`, because it is
a sibling of `sort`, which is already present there.
Omitting it would lead to more confusion, and worse outcomes.
There's no confusion about the types `sort` or `sortOn` operate on.
Haskell agrees about the type for `sortOn`, and it is in its `base`.
| Robert Hensing | 2023-12-08 | 3 | -1/+63 |
| * | | | Merge pull request #272322 from TornaxO7/bump/rio•••rio: v0.0.28 -> v0.0.29 | Thiago Kenji Okada | 2023-12-08 | 2 | -4/+12 |
| |\ \ \ |
|
| | * | | | rio: v0.0.28 -> v0.0.29•••Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
| TornaxO7 | 2023-12-08 | 1 | -4/+6 |
| | * | | | maintainers: add tornax | TornaxO7 | 2023-12-06 | 1 | -0/+6 |
| * | | | | Merge pull request #272486 from r-ryantm/auto-update/clusterctl•••clusterctl: 1.5.3 -> 1.6.0 | Weijia Wang | 2023-12-08 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | clusterctl: 1.5.3 -> 1.6.0 | R. Ryantm | 2023-12-06 | 1 | -3/+3 |
| | | |_|/
| |/| | |
|
| * | | | | Merge pull request #272539 from mjm/beeper-3.89.3•••beeper: 3.85.17 -> 3.89.3 | Weijia Wang | 2023-12-08 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | beeper: 3.85.17 -> 3.89.3 | Matt Moriarity | 2023-12-06 | 1 | -3/+3 |
| * | | | | | Merge pull request #272571 from mfrischknecht/update-python-qt•••python-qt: 3.3.0 -> 3.4.2 | Weijia Wang | 2023-12-08 | 1 | -12/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | python-qt: 3.3.0 -> 3.4.2•••`python-qt` v. 3.3.0 wasn't compatible with Python 3.11 yet
(it contained include statements for header files that were
removed by 3.11 [1] and used a python tuple field that was
replaced through a dedicated getter function [2]).
Switching to version 3.4.2 also means we can remove the
`remove-unneeded-pydebug-include.patch`, as it has since
been merged.
[1]: https://docs.python.org/3.11/whatsnew/3.11.html
> The non-limited API files cellobject.h, classobject.h, code.h, context.h,
> funcobject.h, genobject.h and longintrepr.h have been moved to the Include/cpython
> directory. Moreover, the eval.h header file was removed. These files must not be
> included directly, as they are already included in Python.h: Include Files.
> If they have been included directly, consider including Python.h instead.
[2]: https://github.com/python/cpython/issues/94936#issuecomment-1206497729
| Manuel Frischknecht | 2023-12-06 | 1 | -12/+3 |
| * | | | | | | Merge pull request #272849 from r-ryantm/auto-update/xc•••xc: 0.5.0 -> 0.6.0 | Weijia Wang | 2023-12-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | xc: 0.5.0 -> 0.6.0 | R. Ryantm | 2023-12-08 | 1 | -2/+2 |
| | | |_|/ / /
| |/| | | | |
|
| * | | | | | | Merge pull request #272942 from MartinNikov/patch-1•••yarn-berry: Add `meta.mainProgram` | Weijia Wang | 2023-12-08 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | yarn-berry: Add `meta.mainProgram` | MartinNikov | 2023-12-08 | 1 | -0/+1 |
| * | | | | | | | Merge pull request #272979 from gaelreyrol/composer-update-2.6.6•••phpPackages.composer: 2.6.5 -> 2.6.6 | Pol Dellaiera | 2023-12-08 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | phpPackages.composer: 2.6.5 -> 2.6.6•••Diff: https://github.com/composer/composer/compare/2.6.5...2.6.6
Changelog: https://github.com/composer/composer/releases/tag/2.6.6
| Gaël Reyrol | 2023-12-08 | 1 | -4/+4 |
| * | | | | | | | | Merge pull request #272929 from gaelreyrol/symfony-cli-update-5.7.5•••symfony-cli: 5.7.4 -> 5.7.5 | Pol Dellaiera | 2023-12-08 | 1 | -6/+11 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | symfony-cli: 5.7.4 -> 5.7.5 | Gaël Reyrol | 2023-12-08 | 1 | -6/+11 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge pull request #272928 from wegank/llvm-git-backport•••llvmPackages_git: sync with llvmPackages_17 | Weijia Wang | 2023-12-08 | 7 | -55/+37 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | llvmPackages_git: sync with llvmPackages_17 | Weijia Wang | 2023-12-08 | 7 | -55/+37 |
| * | | | | | | | | | Merge pull request #271121 from r-ryantm/auto-update/flowblade•••flowblade: 2.10.0.4 -> 2.12 | Weijia Wang | 2023-12-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | flowblade: 2.10.0.4 -> 2.12 | R. Ryantm | 2023-11-30 | 1 | -2/+2 |
| * | | | | | | | | | | Merge pull request #272905 from wegank/flet-bump•••python311Packages.flet: 0.10.1 -> 0.15.0 | Weijia Wang | 2023-12-08 | 4 | -12/+55 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | python311Packages.flet: 0.10.1 -> 0.15.0 | Weijia Wang | 2023-12-08 | 1 | -10/+8 |
| | * | | | | | | | | | | python311Packages.flet-core: 0.10.1 -> 0.15.0 | Weijia Wang | 2023-12-08 | 1 | -2/+3 |
| | * | | | | | | | | | | python311Packages.flet-runtime: init at 0.15.0 | Weijia Wang | 2023-12-08 | 2 | -0/+44 |
| * | | | | | | | | | | | Merge pull request #257503 from SuperSandro2000/postgres-extraPlugins•••nixos/postgresql: take extraPlugins packageset from package option | Robert Hensing | 2023-12-08 | 9 | -15/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Update nixos/doc/manual/release-notes/rl-2405.section.md | Robert Hensing | 2023-12-08 | 1 | -2/+2 |
| | * | | | | | | | | | | | nixos/doc: add changelog entry for postgres extraPlugins type change | Sandro Jäckel | 2023-12-08 | 1 | -0/+3 |
| | * | | | | | | | | | | | treewide: fix services.postgresql.extraPlugins usage | Sandro Jäckel | 2023-12-08 | 6 | -8/+8 |
| | * | | | | | | | | | | | nixos/postgresql: take extraPlugins packageset from package option•••This allows to reuse the extraPlugins option in other context's for
example an upgrade script.
| Sandro Jäckel | 2023-12-08 | 2 | -7/+6 |
| * | | | | | | | | | | | | Merge pull request #267363 from r-ryantm/auto-update/steampipe•••steampipe: 0.20.12 -> 0.21.1 | Weijia Wang | 2023-12-08 | 1 | -4/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | steampipe: disable check on darwin | Weijia Wang | 2023-12-08 | 1 | -1/+4 |
| | * | | | | | | | | | | | | steampipe: 0.20.12 -> 0.21.1 | R. Ryantm | 2023-12-08 | 1 | -3/+3 |
| * | | | | | | | | | | | | | Merge pull request #271795 from r-ryantm/auto-update/python310Packages.google...•••python310Packages.google-cloud-securitycenter: 1.24.0 -> 1.24.1 | Weijia Wang | 2023-12-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | python310Packages.google-cloud-securitycenter: 1.24.0 -> 1.24.1 | R. Ryantm | 2023-12-03 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | Merge pull request #271348 from r-ryantm/auto-update/python310Packages.duckdu...•••python310Packages.duckduckgo-search: 3.9.4 -> 3.9.9 | Weijia Wang | 2023-12-08 | 1 | -14/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | python310Packages.duckduckgo-search: refactor | Fabian Affolter | 2023-12-08 | 1 | -12/+19 |
| | * | | | | | | | | | | | | | | python310Packages.duckduckgo-search: 3.9.4 -> 3.9.9 | R. Ryantm | 2023-12-01 | 1 | -2/+2 |
| | | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge pull request #270378 from r-ryantm/auto-update/python311Packages.xattr•••python311Packages.xattr: 0.10.1 -> 1.0.0 | Weijia Wang | 2023-12-08 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | python311Packages.xattr: drop support for Python 3.7 | Weijia Wang | 2023-12-08 | 1 | -1/+1 |