about summary refs log tree commit diff
path: root/pkgs/top-level/packages-config.nix
AgeCommit message (Collapse)AuthorFilesLines
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.