Commit Graph

9 Commits

Author SHA1 Message Date
Azat Bahawi
55f57facbf emacs: 27.2 -> 28.1 2022-04-16 16:53:45 +12:00
sternenseemann
d24b8431aa packages-config.nix: ignore haskellPackages.hs-mesos
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.
2022-02-08 19:04:49 +01:00
sternenseemann
bddfc03e71 packages-config.nix: make sure all GHCs are added to packages.json
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-12-22 22:07:00 +01:00
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