| Commit message (Expand) | Author | Age | Files | Lines |
| * | libpthreadstubs: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | Merge master into staging-nixos | nixpkgs-ci[bot] | 2026-02-03 | 3 | -61/+1 |
| |\ |
|
| | * | tex-gyre.*: set pname (#486256) | Jo | 2026-02-02 | 1 | -1/+1 |
| | |\ |
|
| | | * | tex-gyre.*: set pname | Hythera | 2026-02-02 | 1 | -1/+1 |
| | * | | gruppled-{black,white}-lite-cursors: refactor & move to pkgs/by-name•••since this changes the pname this unfortunately creates 2 rebuilds
| quantenzitrone | 2026-02-02 | 1 | -30/+0 |
| | * | | gruppled-{black,white}-cursors: refactor & move to pkgs/by-name•••since this changes the pname this unfortunately creates 2 rebuilds
| quantenzitrone | 2026-02-02 | 1 | -30/+0 |
| | |/ |
|
| * | | nixos-artwork.wallpapers.*: set pname and version (#482982) | Jo | 2026-02-01 | 1 | -46/+87 |
| |\ \
| |/
|/| |
|
| | * | nixos-artwork.wallpapers.*: set pname and version | jopejoe1 | 2026-01-30 | 1 | -46/+87 |
| * | | 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 | 1 | -2/+2 |
| * | | all-cabal-hashes: set pname and version (#482573) | Malte Ott | 2026-01-23 | 1 | -3/+5 |
| |\ \
| |/
|/| |
|
| | * | all-cabal-hashes: set pname and version | jopejoe1 | 2026-01-22 | 1 | -3/+5 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2026-01-22 | 1 | -7/+7 |
| |\| |
|
| | * | sourceHanPackages: move packages to toplevel only (#437190) | Wolfgang Walther | 2026-01-21 | 1 | -7/+7 |
| | |\ |
|
| | | * | sourceHanPackages: move packages to toplevel only | jopejoe1 | 2025-11-04 | 1 | -7/+7 |
| * | | | Merge master into staging-next | nixpkgs-ci[bot] | 2026-01-15 | 6 | -25/+21 |
| |\| | |
|
| | * | | docbook_xml*: fix source not found (#477039) | Felix Bühler | 2026-01-14 | 6 | -25/+21 |
| | |\ \ |
|
| | | * | | docbook_xml*: fix source not found | Nadeŭka | 2026-01-14 | 6 | -25/+21 |
| * | | | | Merge a5d7ac11b62ac32c069a989ecb0eb61276804ab4 into haskell-updates | nixpkgs-ci[bot] | 2026-01-08 | 2 | -45/+45 |
| |\| | | |
|
| | * | | | maple-mono: 7.6 -> 7.9 | Stzx | 2026-01-05 | 2 | -45/+45 |
| | |/ / |
|
| | * | | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 17 | -59/+59 |
| | |\ \ |
|
| | * \ \ | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-07 | 18 | -1034/+0 |
| | |\ \ \ |
|
| | * \ \ \ | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-02 | 1 | -1/+0 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-11-30 | 4 | -226/+0 |
| | |\ \ \ \ \ |
|
| * | | | | | | | haskellPackages: stackage LTS 24.25 -> LTS 24.26•••all-cabal-hashes: 2025-12-26T08:56:01Z -> 2025-12-30T09:01:27Z
(generated by maintainers/scripts/haskell/update-package-set.sh)
| sternenseemann | 2025-12-30 | 1 | -4/+4 |
| * | | | | | | | haskellPackages: stackage LTS 24.23 -> LTS 24.25•••all-cabal-hashes: 2025-12-14T11:19:11Z -> 2025-12-26T08:56:01Z
(generated by maintainers/scripts/haskell/update-package-set.sh)
| sternenseemann | 2025-12-26 | 1 | -4/+4 |
| * | | | | | | | haskellPackages: hackage 2025-12-11T06:37:31Z -> 2025-12-14T11:19:11Z•••all-cabal-hashes: 2025-12-11T06:37:31Z -> 2025-12-14T11:19:11Z
(generated by maintainers/scripts/haskell/update-package-set.sh)
| Wolfgang Walther | 2025-12-14 | 1 | -4/+4 |
| * | | | | | | | haskellPackages: stackage LTS 24.22 -> LTS 24.23•••all-cabal-hashes: 2025-12-03T17:29:30Z -> 2025-12-11T06:37:31Z
(generated by maintainers/scripts/haskell/update-package-set.sh)
| Wolfgang Walther | 2025-12-11 | 1 | -4/+4 |
| * | | | | | | | Merge commit 'af6d3ec4ba8ead90c5407e751985adec821b8cd2' into haskell-updates | Wolfgang Walther | 2025-12-10 | 17 | -59/+59 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | * | | | | | | 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 | 17 | -59/+59 |
| | | |_|_|/ /
| |/| | | | |
|
| * | | | | | | Merge commit '6f456e34e5cf13571ea9c7d6d88436171739e23c' into haskell-updates | Wolfgang Walther | 2025-12-10 | 18 | -1034/+0 |
| |\| | | | | |
|
| | * | | | | | andromeda-gtk-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -69/+0 |
| | * | | | | | kde-rounded-corners: move to by-name/ | pancaek | 2025-12-05 | 1 | -53/+0 |
| | * | | | | | chili-sddm: move to by-name/ | pancaek | 2025-12-05 | 1 | -62/+0 |
| | * | | | | | sddm-sugar-dark: move to by-name/ | pancaek | 2025-12-05 | 1 | -46/+0 |
| | * | | | | | sddm-astronaut: move to by-name/ | pancaek | 2025-12-05 | 1 | -61/+0 |
| | * | | | | | elegant-sddm: move to by-name/ | pancaek | 2025-12-05 | 1 | -67/+0 |
| | * | | | | | qogir-kde: move to by-name/ | pancaek | 2025-12-05 | 1 | -73/+0 |
| | * | | | | | la-capitaine-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -57/+0 |
| | * | | | | | numix-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -62/+0 |
| | * | | | | | beauty-line-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -63/+0 |
| | * | | | | | tango-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 2 | -87/+0 |
| | * | | | | | gruvbox-dark-icons-gtk: move to by-name/ | pancaek | 2025-12-05 | 1 | -46/+0 |
| | * | | | | | maia-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -61/+0 |
| | * | | | | | papirus-maia-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -57/+0 |
| | * | | | | | flat-remix-icon-theme: move to by-name/ | pancaek | 2025-12-05 | 1 | -56/+0 |
| | * | | | | | bibata-cursors-translucent: move to by-name/ | pancaek | 2025-12-05 | 2 | -114/+0 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | haskellPackages: stackage LTS 24.21 -> LTS 24.22•••all-cabal-hashes: 2025-11-29T08:29:28Z -> 2025-12-03T17:29:30Z
(generated by maintainers/scripts/haskell/update-package-set.sh)
| Wolfgang Walther | 2025-12-03 | 1 | -4/+4 |
| * | | | | | Merge d2b635a26f0bc11715a2bdd595831c7cecb29aa1 into haskell-updates | nixpkgs-ci[bot] | 2025-12-03 | 1 | -1/+0 |
| |\| | | | |
|
| | * | | | | maintainers: drop mounium•••Inactive since 2018.
| Wolfgang Walther | 2025-12-02 | 1 | -1/+0 |
| | | |/ /
| |/| | |
|
| * | | | | Merge 64de27c1c985895c1a9f92aaeaab4e6a4c0960f5 into haskell-updates | nixpkgs-ci[bot] | 2025-12-01 | 4 | -226/+0 |
| |\| | | |
|