Commit Graph
973149 Commits
Author SHA1 Message Date
nixpkgs-ci[bot]andGitHub 0a9110075b avbroot: 3.26.0 -> 3.29.0 (#496401) 2026-03-29 20:58:55 +00:00
Arne KellerandGitHub 5f223b1393 ant: fix wrapper to not pass blank library path (#500759) 2026-03-29 20:57:58 +00:00
R. Ryantm b9b406dcfc faust-physicalmodeling: 2.83.1 -> 2.85.5 2026-03-29 20:52:26 +00:00
sarahecandSarah Clark a83fc661d4 python3Packages.groq: 1.1.1 -> 1.1.2 2026-03-29 13:51:02 -07:00
Michael DanielsandGitHub cdc01d1964 Reapply "ci/pinned: update" (#504786) 2026-03-29 20:48:40 +00:00
Xiangyan Sun 31d3d7ef0b chickenPackages_5.chickenEggs.{fuse,isaac,mdh,xlib}: fix build with gcc 15 2026-03-29 13:47:15 -07:00
Domen KožarandClaude Opus 4.6 2905b200ff devenv: fix version mismatch (2.0.7 reported instead of 2.0.6)
Upstream tagged v2.0.6 with the workspace Cargo.toml already bumped to
2.0.7, causing the binary to report the wrong version. This also breaks
devenv.lock version checks for users.

Fixes https://github.com/cachix/devenv/issues/2682

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 22:44:16 +02:00
Vitor Pavan bcb5c2b5f8 keycloak-config-cli: refactor: move to pkgs/by-name
Previously nested under pkgs.keycloak.plugins, making it invisible
on search.nixos.org and unusable as a standalone CLI tool.

keycloak-config-cli is a standalone CLI, not a Keycloak server plugin.
Moving it to pkgs/by-name makes it a proper top-level attribute so users
can install it directly with nix profile install or systemPackages.

Also adds: makeWrapper for a `keycloak-config-cli` binary, meta.mainProgram,
meta.platforms, and passthru.updateScript.
2026-03-29 22:42:35 +02:00
LunaFox 97c99a946d ant: fix wrapper to not pass blank library path
Java 25 seem to have changed behavior around empty paths, with it now being interpreted as `$HOME`. Previously, whatever the empty string resolved to, would fail ant's `exists` check, and so would be ignored, but with it now pointing to the user home, ant tries to use it as the library path.
2026-03-29 17:36:49 -03:00
Gaétan LepageandGitHub c782ad750b sandbox-runtime: init at 0.0.43 (#504139) 2026-03-29 20:36:10 +00:00
Michael DanielsandGitHub eecb59ef76 python3Packages.dulwich: configure update script properly (#503895) 2026-03-29 20:34:35 +00:00
Michael Daniels a2847e671f Reapply "ci/pinned: update" 2026-03-29 16:27:57 -04:00
Arne KellerandGitHub a4c709072e gradle-completion: 9.3.1 -> 9.4.1 (#503563) 2026-03-29 20:27:35 +00:00
Florian KlinkandGitHub 58984f3b72 pdf-quench: drop (#504790) 2026-03-29 20:26:32 +00:00
nixpkgs-ci[bot]andGitHub 72b7dd4172 mprisence: 1.4.3 -> 1.4.5 (#503955) 2026-03-29 20:17:44 +00:00
Pol DellaieraandGitHub 58ffa55498 mkKops: use lib.extendMkDerivation (#489533) 2026-03-29 20:15:48 +00:00
Justin BedőandGitHub 42fabad047 R updates (#500546) 2026-03-29 20:15:38 +00:00
SandroandGitHub 8af6a2469c python3Packages.filebytes: fix build with python 3.14; several improvements (#502166) 2026-03-29 20:15:29 +00:00
SandroandGitHub fd790c2c14 kiwix-apple: init at 3.13.0 (#500784) 2026-03-29 20:13:58 +00:00
kirillrdyandGitHub dc6a31c83c python3Packages.numpyro: 0.20.0 -> 0.20.1 (#504720) 2026-03-29 20:13:39 +00:00
Pol DellaieraandGitHub c7fb98be21 python3Packages.selectolax: switch to finalAttrs pattern (#504787) 2026-03-29 19:51:46 +00:00
Tom Hunze a62e66d992 pdf-quench: drop
pdf-quench has seen no upstream activity since November 2018 [1] and
depends on the vulnerable pypdf2 [2], which was merged back into pypdf
a while ago.

[1] https://github.com/linuxerwang/pdf-quench
[2] https://github.com/NixOS/nixpkgs/pull/504557
2026-03-29 21:50:21 +02:00
Pol Dellaiera 8a512f461b python3Packages.selectolax: switch to finalAttrs pattern 2026-03-29 21:39:45 +02:00
Gaétan LepageandGitHub 5e564dd7bc ferron: 2.6.0 -> 2.7.0 (#504766) 2026-03-29 19:35:45 +00:00
dotlambdaandGitHub 36e4b50f6c python3Packages.pypdf{2,3}: mark insecure (#504557) 2026-03-29 19:35:38 +00:00
R. Ryantm 9a1aa65492 litestream: 0.3.13 -> 0.3.14 2026-03-29 19:35:14 +00:00
Matteo PaciniandGitHub b1762e2eb9 shipwright: 9.1.2 -> 9.2.1 (#503173) 2026-03-29 19:25:25 +00:00
Pol DellaieraandGitHub d26afaeb2e lexbor: 2.6.0-unstable-2025-11-24 -> 2.7.0; python3Packages.selectolax: 0.4.6 -> 0.4.7 (#504769) 2026-03-29 19:21:35 +00:00
Michael DanielsandGitHub 31cf44dd71 workflows/test: run when updating pinned.json (#504783) 2026-03-29 19:18:43 +00:00
nialov fc7723297f nixos/gollum: check if stateDir is an existing bare git repository
If stateDir is directed at a bare repository, git init will generate
a normal repository within stateDir instead of letting gollum use
the bare repository.
2026-03-29 22:18:28 +03:00
Peter HoegandGitHub a21d6dcdab buildCrystalPackage: fix env overrides (#504643) 2026-03-29 19:17:43 +00:00
kirillrdyandGitHub 7c7f88ed72 python3Packages.testcontainers: 4.14.1 -> 4.14.2 (#504725) 2026-03-29 19:16:27 +00:00
Michael Daniels 69a0ec0821 workflows/test: run when updating pinned.json 2026-03-29 15:15:19 -04:00
YtandGitHub 245f5bf1bb python3Packages.dask: 2026.1.2 -> 2026.3.0 (#502339) 2026-03-29 19:13:58 +00:00
YtandGitHub 9fc009c75d python312Packages.paddlex: 3.3.13 -> 3.4.3 (#504330) 2026-03-29 19:13:08 +00:00
Peter H. Hoeg 05f00b2fde buildCrystalPackage: fix env overrides
Passing variables through `env` was broken for 2 reasons:

1. due to missing parens, no merging of `env` would take place, and
2. it was impossible to override defaults due to the order
2026-03-29 21:07:47 +02:00
nixpkgs-ci[bot]andGitHub ffd7ead267 zwave-js-ui: 11.15.0 -> 11.15.1 (#504773) 2026-03-29 19:06:04 +00:00
Pol Dellaiera a1cad870d0 python3Packages.selectolax: 0.4.6 -> 0.4.7 2026-03-29 21:04:49 +02:00
SandroandGitHub f70c52577a interactive-html-bom: 2.10.0 -> 2.11.0 (#503330) 2026-03-29 19:04:30 +00:00
SandroandGitHub c0bb4591a3 kicad: 9.0.8 -> 10.0.0 (#502580) 2026-03-29 19:00:17 +00:00
R. Ryantm cf078c3015 snouty: 0.3.3 -> 0.3.5 2026-03-29 18:43:45 +00:00
nixpkgs-ci[bot]andGitHub e75351d88d firebase-tools: 15.11.0 -> 15.12.0 (#504315) 2026-03-29 18:43:34 +00:00
R. Ryantm 541c6f54b2 llmfit: 0.8.0 -> 0.8.5 2026-03-29 18:41:23 +00:00
Pol DellaieraandGitHub 75e64f8ebd claude-code: 2.1.86 -> 2.1.87 (#504632) 2026-03-29 18:22:32 +00:00
nixpkgs-ci[bot]andGitHub 082f2cfea8 doxygen-awesome-css: 2.4.1 -> 2.4.2 (#504663) 2026-03-29 18:21:22 +00:00
nixpkgs-ci[bot]andGitHub b9a4e8dbd6 windsurf: 1.9577.42 -> 1.9577.43 (#504448) 2026-03-29 18:21:21 +00:00
Pol DellaieraandGitHub cb51044722 vscode-extensions.reditorsupport.r: 2.8.7 -> 2.8.8 (#504656) 2026-03-29 18:21:20 +00:00
Pol DellaieraandGitHub b4cdcbee80 vscode-extensions.ryu1kn.partial-diff: 1.4.3 -> 1.4.4 (#504675) 2026-03-29 18:20:48 +00:00
Pol DellaieraandGitHub 4de0e40937 various: maintain more figsoda packages (#504682) 2026-03-29 18:20:34 +00:00
R. Ryantm 1771b9bee3 zwave-js-ui: 11.15.0 -> 11.15.1 2026-03-29 18:19:56 +00:00