Commit Graph
921127 Commits
Author SHA1 Message Date
K900 d25cc41156 Merge remote-tracking branch 'origin/master' into staging-next 2025-12-26 21:09:17 +03:00
Hythera 990c4a36dc modrinth-app,modrinth-app-unwrapped: mark darwin as broken 2025-12-26 19:09:02 +01:00
Rick van SchijndelandGitHub f01be45d0b aflplusplus: 4.34c -> 4.35c (#474370) 2025-12-26 18:02:06 +00:00
Hythera ef4e7c1c5f modrinth-app: add jdk25 2025-12-26 18:59:19 +01:00
Hythera 799e0c53d7 modrinth-app-unwrapped: 0.10.5 -> 0.10.23 2025-12-26 18:58:27 +01:00
Wolfgang WaltherandGitHub abe39c1457 haskellPackages.streamly-core: Fix cross-compilation (#473393) 2025-12-26 17:55:10 +00:00
Wolfgang WaltherandGitHub c8b29bbe9d postgresqlPackages.pg_background: init at 1.5 (#473630) 2025-12-26 17:54:02 +00:00
Wolfgang WaltherandGitHub 3d7124bcda haskell.compiler.ghc{914,HEAD}: fix Cabal Paths_ patch for darwin (#473876) 2025-12-26 17:52:23 +00:00
R. Ryantm ea8d6526c4 bikeshed: 7.0.5 -> 7.0.6 2025-12-26 17:47:44 +00:00
Vincent LaporteandGitHub 66579df361 Fix OCaml cross-compilation issue for dune and opaline (#473890) 2025-12-26 17:42:25 +00:00
Michał KłeczekandWolfgang Walther fc99816dc6 postgresqlPackages.pg_background: init at 1.5
Add https://github.com/vibhorkum/pg_background, which allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL (version >= 9.5). It provides a convenient way to offload long-running tasks, perform operations asynchronously, and implement autonomous transactions.
2025-12-26 18:41:24 +01:00
nixpkgs-ci[bot]andGitHub d41c5a86c5 tlsinfo: 0.1.51 -> 0.1.52 (#474319) 2025-12-26 17:33:18 +00:00
Jost Alemann 0005fb136e btop: 1.4.5 -> 1.4.6
Changelog: https://github.com/aristocratos/btop/releases/tag/v1.4.6
Diff: https://github.com/aristocratos/btop/compare/v1.4.5...v1.4.6
2025-12-26 18:29:37 +01:00
R. Ryantm 4e63b4e195 vimPlugins.avante-nvim: 0.0.27-unstable-2025-12-19 -> 0.0.27-unstable-2025-12-22 2025-12-26 17:21:18 +00:00
Martin WeineltandGitHub 2d0f3cecb3 python3Packages.urlman: 2.0.1 -> 2.0.3 (#474074) 2025-12-26 17:18:33 +00:00
Martin WeineltandGitHub 731793aa18 esphome: 2025.12.1 -> 2025.12.2 (#474311) 2025-12-26 17:16:11 +00:00
Will Cohen f878d2bb79 emscripten: 4.0.21 -> 4.0.22 2025-12-26 12:11:51 -05:00
R. RyantmandMartin Weinelt 788a915eea esphome: 2025.12.1 -> 2025.12.2
https://github.com/esphome/esphome/releases/tag/2025.12.2
2025-12-26 18:08:54 +01:00
Maximilian Bosch f857b10382 nixos/matrix-synapse: put all services into a slice
Part of #279915

Makes it easier to configure e.g. resource restrictions for the entire
application.
2025-12-26 18:02:55 +01:00
Martin WeineltandGitHub c5606264a2 mailman, pretix: pin to python312 for django 4.2 support (#474380) 2025-12-26 17:01:11 +00:00
qbisi 22d8ba1861 c-blosc: fix build with gcc 15 on aarch64-linux 2025-12-27 00:56:06 +08:00
qbisi ea11ef98d5 c-blosc: fetchpatch with full index 2025-12-27 00:53:43 +08:00
0ce6504c6c pkgsLLVM.git-doc: improve eval error
Before the change `pkgsLLVM.git-doc` evaluated to uncatchable error:

    $ nix build --no-link -f. pkgsLLVM.git-doc
    error:
       … while evaluating a branch condition
         at pkgs/top-level/splice.nix:59:11:
           58|           # on to splice them together.
           59|           if lib.isDerivation defaultValue then
             |           ^
           60|             augmentedValue

       … while evaluating the attribute 'git-doc'
         at pkgs/top-level/all-packages.nix:1159:3:
         1158|
         1159|   git-doc = lib.addMetaAttrs {
             |   ^
         1160|     description = "Additional documentation for Git";

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'doc' missing
       at pkgs/top-level/all-packages.nix:1165:5:
         1164|     '';
         1165|   } gitFull.doc;
             |     ^
         1166|
       Did you mean src?

After the change it's more typical `throw` error:

    $ nix build --no-link -f. pkgsLLVM.git-doc
     error:
       … while evaluating a branch condition
         at pkgs/top-level/splice.nix:59:11:
           58|           # on to splice them together.
           59|           if lib.isDerivation defaultValue then
             |           ^
           60|             augmentedValue

       … while evaluating the attribute 'git-doc'
         at pkgs/top-level/all-packages.nix:1159:3:
         1158|
         1159|   git-doc =
             |   ^
         1160|     # doc attribnute is not present at least for pkgsLLVM

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: 'git-doc' can't be evaluated as 'gitFull' does no expose 'doc' attribute

Co-authored-by: Colin <accounts.github@uninsane.org>
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2025-12-26 16:50:02 +00:00
Noah765andNoah765 1b2fc5d998 rinf_cli: init at 8.8.1 2025-12-26 17:48:27 +01:00
Martin Weinelt bc05bb5851 mailman: pin to python312 for django 4.2 support 2025-12-26 17:46:53 +01:00
Martin Weinelt 4cae5fd1d2 pretix: pin to python312 for django 4.2 support 2025-12-26 17:46:33 +01:00
R. Ryantm 382c2a0bc3 csharpier: 1.2.3 -> 1.2.4 2025-12-26 16:44:07 +00:00
nixpkgs-ci[bot]andGitHub 41ff55ed4e rio: 0.2.36 -> 0.2.37 (#473791) 2025-12-26 16:37:04 +00:00
R. Ryantm 82dea5682a ocamlPackages.qcheck-core: 0.27 -> 0.91 2025-12-26 16:30:52 +00:00
Taya Crystals a6b494b517 fluxcd-operator: 0.23.0 -> 0.38.1
Disabled tests as they require Kubernetes control plane components
(etcd) that are not available in the Nix build sandbox. The new
version introduced extensive integration tests that were not present
in 0.23.0.
2025-12-26 17:23:21 +01:00
Yuri c4475be0ae pdfpc: Remove webkitgtk from Darwin build 2025-12-26 17:16:24 +01:00
R. Ryantm 1a91223fff phel: 0.23.1 -> 0.27.0 2025-12-26 16:15:53 +00:00
R. Ryantm fe4eff7f7a docker-credential-gcr: 2.1.30 -> 2.1.31 2025-12-26 16:05:00 +00:00
nixpkgs-ci[bot]andGitHub cb48717c76 stable-diffusion-cpp: master-427-78e15bd -> master-445-860a78e (#472264) 2025-12-26 16:02:55 +00:00
AleksanaandGitHub 078802b851 numr: 0.3.0 -> 0.3.1 (#474104) 2025-12-26 16:00:42 +00:00
Austin Horstman eb102b5fa3 luaPackages: update on 2025-12-24
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-26 09:54:12 -06:00
Austin Horstman 20162df66d luarocks-packages-updater: retry luarocks commands on failure
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-26 09:54:12 -06:00
Austin Horstman f052cc6ed9 luarocks-packages-updater: support updating and adding individual plugins
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-26 09:54:12 -06:00
Ethan Carter Edwards 981558630f podman-compose: migrate to by-name, add tests
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-12-26 10:51:52 -05:00
Philip TaronandGitHub 9048967b34 python3Packages.llm-gemini: 0.28.1 -> 0.28.2 (#474349) 2025-12-26 15:49:13 +00:00
Noah765andNoah765 3ee981a56d maintainers: add Noah765 2025-12-26 16:46:50 +01:00
nixpkgs-ci[bot]andGitHub 07a1004956 quarkus: 3.30.4 -> 3.30.5 (#474318) 2025-12-26 15:42:41 +00:00
nixpkgs-ci[bot]andGitHub eed3b21c3b xnec2c: 4.4.17 -> 4.4.18 (#472633) 2025-12-26 15:42:38 +00:00
Markus Kowalewski efb58c86b8 ucx: 1.19.0 -> 1.19.1 2025-12-26 16:39:58 +01:00
R. Ryantm 91940d1a78 aflplusplus: 4.34c -> 4.35c 2025-12-26 15:36:15 +00:00
Ethan Carter Edwards 323437cd6d lice: migrate to by-name, modernize
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-12-26 10:35:53 -05:00
Leona MaroniandGitHub 521b58ed4a python312Packages.pytest-subprocess: fix build by not applying patch (#474045) 2025-12-26 15:35:06 +00:00
Austin Horstman 3cef35ab89 luarocks-packages-updater: fix broken update script
- Update Editor method signatures for new nixpkgs-plugin-update API
- Restore automatic git commits by extracting versions and returning updated_plugins list

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-26 09:31:47 -06:00
nixpkgs-ci[bot]andGitHub 10fe90cebe xenia-canary: 0-unstable-2025-12-18 -> 0-unstable-2025-12-25 (#474252) 2025-12-26 15:30:10 +00:00
nixpkgs-ci[bot]andGitHub e4bf3f8e8e phpactor: 2025.10.17.0 -> 2025.12.21.0 (#474295) 2025-12-26 15:30:05 +00:00