summaryrefslogtreecommitdiff
path: root/pkgs/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* libpthreadstubs: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* Merge master into staging-nixosnixpkgs-ci[bot]2026-02-033-61/+1
|\
| * tex-gyre.*: set pname (#486256)Jo2026-02-021-1/+1
| |\
| | * tex-gyre.*: set pnameHythera2026-02-021-1/+1
| * | gruppled-{black,white}-lite-cursors: refactor & move to pkgs/by-name•••since this changes the pname this unfortunately creates 2 rebuilds quantenzitrone2026-02-021-30/+0
| * | gruppled-{black,white}-cursors: refactor & move to pkgs/by-name•••since this changes the pname this unfortunately creates 2 rebuilds quantenzitrone2026-02-021-30/+0
| |/
* | nixos-artwork.wallpapers.*: set pname and version (#482982)Jo2026-02-011-46/+87
|\ \ | |/ |/|
| * nixos-artwork.wallpapers.*: set pname and versionjopejoe12026-01-301-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 ``` quantenzitrone2026-01-251-2/+2
* | all-cabal-hashes: set pname and version (#482573)Malte Ott2026-01-231-3/+5
|\ \ | |/ |/|
| * all-cabal-hashes: set pname and versionjopejoe12026-01-221-3/+5
* | Merge master into staging-nextnixpkgs-ci[bot]2026-01-221-7/+7
|\|
| * sourceHanPackages: move packages to toplevel only (#437190)Wolfgang Walther2026-01-211-7/+7
| |\
| | * sourceHanPackages: move packages to toplevel onlyjopejoe12025-11-041-7/+7
* | | Merge master into staging-nextnixpkgs-ci[bot]2026-01-156-25/+21
|\| |
| * | docbook_xml*: fix source not found (#477039)Felix Bühler2026-01-146-25/+21
| |\ \
| | * | docbook_xml*: fix source not foundNadeŭka2026-01-146-25/+21
* | | | Merge a5d7ac11b62ac32c069a989ecb0eb61276804ab4 into haskell-updatesnixpkgs-ci[bot]2026-01-082-45/+45
|\| | |
| * | | maple-mono: 7.6 -> 7.9Stzx2026-01-052-45/+45
| |/ /
| * | Merge branch 'staging-next' into stagingWolfgang Walther2025-12-1017-59/+59
| |\ \
| * \ \ Merge staging-next into stagingnixpkgs-ci[bot]2025-12-0718-1034/+0
| |\ \ \
| * \ \ \ Merge staging-next into stagingnixpkgs-ci[bot]2025-12-021-1/+0
| |\ \ \ \
| * \ \ \ \ Merge staging-next into stagingnixpkgs-ci[bot]2025-11-304-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) sternenseemann2025-12-301-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) sternenseemann2025-12-261-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 Walther2025-12-141-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 Walther2025-12-111-4/+4
* | | | | | | Merge commit 'af6d3ec4ba8ead90c5407e751985adec821b8cd2' into haskell-updatesWolfgang Walther2025-12-1017-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 Hrachyshka2025-12-1017-59/+59
| | |_|_|/ / | |/| | | |
* | | | | | Merge commit '6f456e34e5cf13571ea9c7d6d88436171739e23c' into haskell-updatesWolfgang Walther2025-12-1018-1034/+0
|\| | | | |
| * | | | | andromeda-gtk-theme: move to by-name/pancaek2025-12-051-69/+0
| * | | | | kde-rounded-corners: move to by-name/pancaek2025-12-051-53/+0
| * | | | | chili-sddm: move to by-name/pancaek2025-12-051-62/+0
| * | | | | sddm-sugar-dark: move to by-name/pancaek2025-12-051-46/+0
| * | | | | sddm-astronaut: move to by-name/pancaek2025-12-051-61/+0
| * | | | | elegant-sddm: move to by-name/pancaek2025-12-051-67/+0
| * | | | | qogir-kde: move to by-name/pancaek2025-12-051-73/+0
| * | | | | la-capitaine-icon-theme: move to by-name/pancaek2025-12-051-57/+0
| * | | | | numix-icon-theme: move to by-name/pancaek2025-12-051-62/+0
| * | | | | beauty-line-icon-theme: move to by-name/pancaek2025-12-051-63/+0
| * | | | | tango-icon-theme: move to by-name/pancaek2025-12-052-87/+0
| * | | | | gruvbox-dark-icons-gtk: move to by-name/pancaek2025-12-051-46/+0
| * | | | | maia-icon-theme: move to by-name/pancaek2025-12-051-61/+0
| * | | | | papirus-maia-icon-theme: move to by-name/pancaek2025-12-051-57/+0
| * | | | | flat-remix-icon-theme: move to by-name/pancaek2025-12-051-56/+0
| * | | | | bibata-cursors-translucent: move to by-name/pancaek2025-12-052-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 Walther2025-12-031-4/+4
* | | | | Merge d2b635a26f0bc11715a2bdd595831c7cecb29aa1 into haskell-updatesnixpkgs-ci[bot]2025-12-031-1/+0
|\| | | |
| * | | | maintainers: drop mounium•••Inactive since 2018. Wolfgang Walther2025-12-021-1/+0
| | |/ / | |/| |
* | | | Merge 64de27c1c985895c1a9f92aaeaab4e6a4c0960f5 into haskell-updatesnixpkgs-ci[bot]2025-12-014-226/+0
|\| | |