about summary refs log tree commit diff
path: root/pkgs/top-level/packages-config.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-12-18Revert "packages-config.nix: ignore haskellPackages.hs-mesos"Atemu1-9/+1
This reverts commit d24b8431aaed3f7e959bef5cf155cc58a9e6be07.
2023-11-03pkgs/top-level/packages-config.nix: remove `sconsPackages`Sergei Trofimovich1-1/+0
Follow 4411614 "all-packages.nix: remove whitespaces" and remove now removed package set.
2023-10-23packages-config: don't export minimal-bootstrap packagesAtemu1-0/+6
Fixes https://github.com/NixOS/nixpkgs/issues/244966
2023-10-03atom*: dropSandro Jäckel1-1/+0
2022-11-07zabbix: Support for 6.0Andreas Wolf1-0/+1
See https://github.com/NixOS/nixpkgs/pull/145502#issuecomment-967241003 Co-Authored-By: mc-fugger <mc-fugger@users.noreply.github.com>
2022-10-24packages-config: drop versioned emacsPackages aliasAtemu1-3/+0
As of https://github.com/NixOS/nixpkgs/pull/188110, emacsPackages isn't an alias anymore and is automatically recursed into.
2022-04-16emacs: 27.2 -> 28.1Azat Bahawi1-1/+1
2022-02-08packages-config.nix: ignore haskellPackages.hs-mesossternenseemann1-1/+9
This attribute will necessarily cause an evaluation failures without aliases, but removing the reliance on aliases will remove the error message for users trying to use this attribute. Thus we'll work around this for now.
2021-12-22packages-config.nix: make sure all GHCs are added to packages.jsonsternenseemann1-0/+7
Currently only the default GHC (8.10.7) is added to packages.json, leading e. g. repology to believe we don't ship an up to date GHC which is inaccurate.
2021-07-17packages-config: refactor and simplificationAtemu1-33/+28
Now simply inherits attrsets from super directly instead of mapping getAttr over a list of strings. Filtering isn't really needed as non-existent subsets should just be removed from this list when removing them from Nixpkgs (such an action warrants a tree-wide search which should come across this file). recurseIntoAttrs can simply be mapAttr'd now. Some subsets have been removed because they no longer exist. Sorted the list while I was at it.
2021-03-02emacs26: Drop unsupported packageadisbladis1-1/+0
2021-01-13treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis1-2/+2
emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2020-12-04release/package-config: update package set versionsAtemu1-2/+2
NixOS-search uses a list with outdated packages sets because it needs to stay compatible with stable branches
2020-11-02release/package-config: port nixos-search's additionsAtemu1-4/+34
https://github.com/NixOS/nixos-search/commit/c420d058156320d7bd80194cac1a0770fd10f10d#diff-c1e4b734102f2931f4cddbcf9b4624bd74ee25eb5e6fcab151c4fa7e931cad4e
2020-03-24Add packages.json to the tarball jobEelco Dolstra1-0/+13
Moved from nixos-homepage.