Commit graph

6 commits

Author SHA1 Message Date
Atemu 9d8ac38621 packages-config: refactor and simplification
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-07-17 05:49:29 +02:00
adisbladis c54c8f8dfa
emacs26: Drop unsupported package 2021-03-02 16:17:37 +02:00
adisbladis 4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
Atemu 534223201d release/package-config: update package set versions
NixOS-search uses a list with outdated packages sets because it needs to stay
compatible with stable branches
2020-12-04 08:06:11 +01:00
Atemu 64eb016b66 release/package-config: port nixos-search's additions
c420d05815 (diff-c1e4b734102f2931f4cddbcf9b4624bd74ee25eb5e6fcab151c4fa7e931cad4e)
2020-11-02 17:51:50 +01:00
Eelco Dolstra d6ec410a47
Add packages.json to the tarball job
Moved from nixos-homepage.
2020-03-24 16:42:00 +01:00