| Commit message (Expand) | Author | Age | Files | Lines |
| * | xcbutil: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xcbutilkeysyms: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xcbutilwm: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xkeyboardconfig: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | ibus-engines.typing-booster-unwrapped: 2.30.0 -> 2.30.2 | R. Ryantm | 2026-02-02 | 1 | -2/+2 |
| * | ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0 (#458113) | Weijia Wang | 2026-02-01 | 1 | -2/+2 |
| |\ |
|
| | * | ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0 | R. Ryantm | 2026-01-26 | 1 | -2/+2 |
| * | | ibus-engines.table: 1.17.16 -> 1.17.17 (#483159) | Nick Cao | 2026-01-26 | 1 | -2/+2 |
| |\ \ |
|
| | * | | ibus-engines.table: 1.17.16 -> 1.17.17 | R. Ryantm | 2026-01-23 | 1 | -2/+2 |
| | |/ |
|
| * / | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit
done with the following script:
```fish
\#!/usr/bin/env fish
set packagesjson (nix eval --impure --json --expr '
let
lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
name: _:
if name == "lib" then
lib
else if name == "config" then
{ allowAliases = false; }
else
name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)
set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)
for arg in $one $two
set oname $arg
set nname (echo $packagesjson | jq -r .$oname)
if test $nname = null
echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
continue
end
echo $oname "->" $nname
# replace basic xorg.$name references
for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
# special cases
sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file
# replace
sd -F "xorg.$oname" "$nname" $file
# fixup function arguments
# prevent duplicate function args
if grep -E " ($oname|$nname),\$" $file >/dev/null
continue
end
if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg
if grep ' xorg,$' $file >/dev/null
sd ' xorg,$' " xorg,
$nname," $file
else if grep ' xorg ? .*,$' $file >/dev/null
sd 'xorg( ? .*),$' "xorg\$1,
$nname," $file
else
sd -F 'xorg,' "$nname,
xorg," $file
end
else # case there is no more xorg..* so we can just replace the function arg
sd 'xorg(| ? .*),.*$' "$nname," $file
end
end
end
nix fmt
```
| quantenzitrone | 2026-01-25 | 2 | -4/+4 |
| |/ |
|
| * | fcitx5-chinese-addons: patch CLOUDPINYIN build flag (#475084) | Aleksana | 2026-01-16 | 1 | -0/+10 |
| |\ |
|
| | * | fcitx5-chinese-addons: patch CLOUDPINYIN build flag•••Without this patch, setting ENABLE_CLOUDPINYIN to off would fail to build
| Léana 江 | 2025-12-29 | 1 | -0/+10 |
| * | | ibus-engines.rime: 1.5.1 -> 1.6.0 | R. Ryantm | 2026-01-08 | 1 | -2/+2 |
| |/ |
|
| * | ibus-engines.m17n: 1.4.36 -> 1.4.37 (#474416) | Aleksana | 2025-12-28 | 1 | -2/+2 |
| |\ |
|
| | * | ibus-engines.m17n: 1.4.36 -> 1.4.37 | R. Ryantm | 2025-12-26 | 1 | -2/+2 |
| * | | libsForQt5.fcitx5-qt: 5.1.11 -> 5.1.12 | R. Ryantm | 2025-12-27 | 1 | -2/+2 |
| * | | kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9 (#473723) | Nick Cao | 2025-12-26 | 1 | -2/+2 |
| |\ \ |
|
| | * | | kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9 | R. Ryantm | 2025-12-24 | 1 | -2/+2 |
| * | | | kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12 (#473461) | Nick Cao | 2025-12-26 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12 | R. Ryantm | 2025-12-23 | 1 | -2/+2 |
| | |/ / |
|
| * | | | fcitx5-chewing: 5.1.9 -> 5.1.10 (#473456) | Nick Cao | 2025-12-26 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | fcitx5-chewing: 5.1.9 -> 5.1.10 | R. Ryantm | 2025-12-23 | 1 | -2/+2 |
| | |/ / |
|
| * | | | fcitx5-gtk: 5.1.4 -> 5.1.5 (#473454) | Nick Cao | 2025-12-26 | 1 | -2/+2 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | fcitx5-gtk: 5.1.4 -> 5.1.5 | R. Ryantm | 2025-12-23 | 1 | -2/+2 |
| | |/ |
|
| * | | fcitx5-anthy: 5.1.8 -> 5.1.9 (#473458) | Aleksana | 2025-12-25 | 1 | -2/+2 |
| |\ \ |
|
| | * | | fcitx5-anthy: 5.1.8 -> 5.1.9 | R. Ryantm | 2025-12-23 | 1 | -2/+2 |
| | |/ |
|
| * | | fcitx5-table-extra: 5.1.9 -> 5.1.10 (#473722) | Aleksana | 2025-12-25 | 1 | -2/+2 |
| |\ \ |
|
| | * | | fcitx5-table-extra: 5.1.9 -> 5.1.10 | R. Ryantm | 2025-12-24 | 1 | -2/+2 |
| | |/ |
|
| * / | interception-tools: apply patch that fix udevmon•••Fixes #126681.
| sysraccoon | 2025-12-23 | 2 | -0/+31 |
| |/ |
|
| * | input-remapper: use versionCheckHook | Yueh-Shun Li | 2025-12-18 | 1 | -0/+4 |
| * | input-remapper: decouple routine install checks from the flaky upstream check | Yueh-Shun Li | 2025-12-18 | 1 | -7/+10 |
| * | input-remapper: 2.1.1 -> 2.2.0 (#458987) | Luna | 2025-12-17 | 1 | -2/+2 |
| |\ |
|
| | * | input-remapper: 2.1.1 -> 2.2.0 | R. Ryantm | 2025-11-06 | 1 | -2/+2 |
| * | | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
| Ihar Hrachyshka | 2025-12-10 | 27 | -100/+100 |
| * | | fcitx5: fix svg loading (#428697) | Aleksana | 2025-11-24 | 1 | -0/+6 |
| |\ \ |
|
| | * | | fcitx5: fix svg loading•••fcitx5 doesn't load svg's with highlight images
| Ev357 | 2025-07-26 | 1 | -0/+6 |
| * | | | ibusMinimal: 1.5.32 -> 1.5.33 (#461030) | Leona Maroni | 2025-11-13 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | ibusMinimal: 1.5.32 -> 1.5.33 | R. Ryantm | 2025-11-12 | 1 | -2/+2 |
| | | |/
| |/| |
|
| * / | | ibus: don't build ui/gtk3 in parallel•••as that led to inconsistent vala-generated method names
Fixes #230290
| Arnout Engelen | 2025-11-03 | 2 | -0/+15 |
| |/ / |
|
| * | | fcitx5-bamboo: 1.0.8 -> 1.0.9 (#456193) | Nick Cao | 2025-10-28 | 1 | -2/+2 |
| |\ \ |
|
| | * | | fcitx5-bamboo: 1.0.8 -> 1.0.9 | R. Ryantm | 2025-10-27 | 1 | -2/+2 |
| * | | | fcitx5 and its addons update to 5.1.16 (#455690) | Masum Reza | 2025-10-28 | 12 | -41/+24 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | fcitx5: 5.1.15 -> 5.1.16•••Diff: https://github.com/fcitx/fcitx5/compare/5.1.15...5.1.16
| Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | fcitx5-unikey: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.7...5.1.8
| Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | fcitx5-table-extra: 5.1.8 -> 5.1.9•••Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.1.8...5.1.9
| Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | fcitx5-skk: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-skk/compare/5.1.7...5.1.8
| Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | fcitx5-rime: 5.1.11 -> 5.1.12 | Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | qt6Packages.fcitx5-qt: 5.1.10 -> 5.1.11•••Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.10...5.1.11
| Vonfry | 2025-10-27 | 1 | -19/+2 |
| | * | | fcitx5-m17n: 5.1.4 -> 5.1.5•••Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.4...5.1.5
| Vonfry | 2025-10-27 | 1 | -2/+2 |
| | * | | fcitx5-hangul: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.1.7...5.1.8
| Vonfry | 2025-10-27 | 1 | -2/+2 |