Commit Graph

985906 Commits

Author SHA1 Message Date
OTABI Tomoya 00e46caec3 kalign: 3.4.0 -> 3.5.1 (#492312) 2026-04-23 11:55:36 +00:00
Nick Cao df3735cd30 pdns: 5.0.3 -> 5.0.4 (#512609) 2026-04-23 11:42:43 +00:00
Matteo Pacini 6908949b9f nzbhydra2: 8.5.4 -> 8.7.1 (#512038) 2026-04-23 11:37:37 +00:00
nixpkgs-ci[bot] eaf395ddbd llama-cpp: 8770 -> 8864 (#511991) 2026-04-23 11:34:10 +00:00
nixpkgs-ci[bot] 80e2deac6a tfenv: namespace install tree under share/tfenv (#508673) 2026-04-23 10:26:16 +00:00
José Romildo Malaquias 0d0687e63e labwc: 0.9.3 -> 0.9.6 (#496751) 2026-04-23 10:09:50 +00:00
Pavol Rusnak fb06183478 ollama: 0.21.0 -> 0.21.1 (#512728) 2026-04-23 10:09:29 +00:00
Doron Behar ed95a6bec3 url-parser: 2.1.15 -> 2.1.16 (#512683) 2026-04-23 09:34:51 +00:00
Stephane cd973234aa ollama: 0.21.0 -> 0.21.1 2026-04-23 11:32:29 +02:00
Weijia Wang 39c0de0d26 linux: fix loongarch64-linux build (#509871) 2026-04-23 09:26:36 +00:00
Jo db82a65c39 shogihome, html2pdf: make use of compound licenses (#512688) 2026-04-23 09:25:55 +00:00
R. Ryantm 3111f21eec kalign: 3.4.0 -> 3.5.1 2026-04-23 18:21:24 +09:00
zowoq f8ecf0341c linux_xanmod, linux_xanmod_latest: 2026-04-22 (#512653) 2026-04-23 09:18:57 +00:00
Kenichi Kamiya 0556aa8e71 html2pdf: make use of compound licenses
Clarified at:
https://github.com/ilaborie/html2pdf/blob/eafa6b8d69b6dd8d3284b9769992cf24adba81a0/Cargo.toml#L7
2026-04-23 18:08:56 +09:00
Kenichi Kamiya 7e26aac6fd shogihome: make use of compound licenses
Clarified at:
https://github.com/sunfish-shogi/shogihome/blob/9de74f6f9c7054bac0397e15f550578bbf11bcf6/README.en.md?plain=1#L125-L134
2026-04-23 18:08:47 +09:00
nixpkgs-ci[bot] 8dd0e26d5f linyaps: 1.12.1 -> 1.12.2 (#512672) 2026-04-23 09:04:35 +00:00
nixpkgs-ci[bot] e7bdd8372f xcodegen: fix changelog (#512592) 2026-04-23 09:04:25 +00:00
R. Ryantm 78096e432c url-parser: 2.1.15 -> 2.1.16 2026-04-23 08:49:18 +00:00
Yt 6781b48b2b nixos/epmd: allow setting multiple listen addresses (#512589) 2026-04-23 08:42:55 +00:00
nixpkgs-ci[bot] 30ce84d61f zashboard: 3.4.0 -> 3.5.1 (#512649) 2026-04-23 08:18:58 +00:00
nixpkgs-ci[bot] 04fcdb02ec ntfy-sh: 2.21.0 -> 2.22.0 (#512573) 2026-04-23 08:18:53 +00:00
nixpkgs-ci[bot] 2977ba0a73 pyright: 1.1.408 -> 1.1.409 (#512048) 2026-04-23 08:18:47 +00:00
R. Ryantm 018f1329c5 linyaps: 1.12.1 -> 1.12.2 2026-04-23 07:57:16 +00:00
Jo b932dc513e various: clean up licenses for packages i maintain (#512053) 2026-04-23 07:51:51 +00:00
Paul Haerle 994080ecc4 nixos/atuin: add system-wide atuin program option (#498887) 2026-04-23 07:40:21 +00:00
Pol Dellaiera 4ff9b9f35c vscode-extensions.kilocode.kilo-code: 7.2.0 -> 7.2.20 (#512569) 2026-04-23 07:39:02 +00:00
nixpkgs-ci[bot] a9d0ce9bc2 xfr: 0.9.9 -> 0.9.10 (#512650) 2026-04-23 07:35:45 +00:00
nixpkgs-ci[bot] 522f77af60 qpwgraph: 1.0.0 -> 1.0.1 (#512607) 2026-04-23 07:35:23 +00:00
nixpkgs-ci[bot] 20056bdf23 x42-avldrums: 0.7.3 -> 0.7.4 (#512602) 2026-04-23 07:35:22 +00:00
nixpkgs-ci[bot] 201a3349e1 x42-plugins: 20260125 -> 20260420 (#512601) 2026-04-23 07:35:21 +00:00
nixpkgs-ci[bot] 990786e833 kor: 0.6.7 -> 0.6.8 (#512504) 2026-04-23 07:35:07 +00:00
nixpkgs-ci[bot] 3aa86eb594 scalingo: 1.44.0 -> 1.44.1 (#512508) 2026-04-23 07:35:06 +00:00
Peter Bittner 3770285fd9 nixos/atuin: add system-wide atuin program option
Add a `programs.atuin` module to enable atuin shell history
integration system-wide, without requiring home-manager.

Features:
- Shell integration for bash, zsh, and fish (enabled by default)
- Configuration via `settings` (written to /etc/atuin/config.toml,
  using ATUIN_CONFIG_DIR since atuin does not support XDG_CONFIG_DIRS)
- Custom themes support
- Package selection via `package` option
- Additional flags via `flags` option
- Daemon option with systemd user service and socket activation
  (Linux only), required for some configurations such as root-on-zfs

Example usage:

  programs.atuin = {
    enable = true;
    settings = {
      auto_sync = true;
      search_mode = "prefix";
    };
  };
2026-04-23 09:33:52 +02:00
Doron Behar 1b1259fa2f python3Packages.beets: 2.9.0 -> 2.10.0 (#511663) 2026-04-23 07:15:20 +00:00
Jo ccf16a792a zvbi: make use of compound licenses and cleanup 2026-04-23 09:07:22 +02:00
Jo 213d0715db util-macros: make use of compound licenses 2026-04-23 09:07:22 +02:00
Jo acc3d57d78 python3Packages.pocketsphinx: make use of compound licenses 2026-04-23 09:07:22 +02:00
Jo e44d4be358 pocketsphinx: make use of compound licenses 2026-04-23 09:07:22 +02:00
Jo 4f849a0742 itch-dl: simplify license
No need to use a list for a singular license.
2026-04-23 09:07:22 +02:00
Jo 4adea636dd humblebundle-downloader: simplify license
No need to use a list for a singular license.
2026-04-23 09:07:16 +02:00
zowoq ff9f34868a terraform-providers.oracle_oci: 8.9.0 -> 8.10.0 (#512645) 2026-04-23 07:02:05 +00:00
K900 fec2c46cca Revert "nodejs: provide fallback passthru values on the symlink variant" (#512657) 2026-04-23 10:05:58 +03:00
K900 7e34321f9c Revert "nodejs: provide fallback passthru values on the symlink variant" 2026-04-23 10:02:37 +03:00
R. Ryantm a3066194c7 xfr: 0.9.9 -> 0.9.10 2026-04-23 06:24:28 +00:00
R. Ryantm 78d7f4e058 zashboard: 3.4.0 -> 3.5.1 2026-04-23 06:17:40 +00:00
eljamm 3d7881a6ba linux_xanmod_latest: 6.19.13 -> 6.19.14
- Changelog: https://dl.xanmod.org/changelog/6.19/ChangeLog-6.19.14-xanmod1.gz
- Diff: https://gitlab.com/xanmod/linux/-/compare/6.19.13-xanmod1..6.19.14-xanmod1?from_project_id=51590166
2026-04-23 06:15:20 +00:00
K900 04c36bd130 heroic{,-unwrapped}: 2.20.1 -> 2.21.0; heroic-unwrapped.legendary: 0.20.42 -> 0.20.43 (#512565) 2026-04-23 06:14:16 +00:00
eljamm 6738efb0c8 linux_xanmod: 6.18.23 -> 6.18.24
- Changelog: https://dl.xanmod.org/changelog/6.18/ChangeLog-6.18.24-xanmod1.gz
- Diff: https://gitlab.com/xanmod/linux/-/compare/6.18.23-xanmod1..6.18.24-xanmod1?from_project_id=51590166
2026-04-23 06:13:14 +00:00
K900 caaff25c33 livekit-ingress: 1.4.3 -> 1.5.0 (#512617) 2026-04-23 06:07:12 +00:00
nixpkgs-ci[bot] 8e617003b1 mattermost-desktop: 6.1.1 -> 6.1.2 (#512646) 2026-04-23 06:05:11 +00:00