Commit Graph

18 Commits

Author SHA1 Message Date
Kasper Gałkowski 6fb52f832c lisp-modules: move deprecated lisp attributes to aliases 2024-05-07 02:55:34 +02:00
Naïm Favier bd5839cd1e
packages-config.nix: add `agdaPackages` 2024-04-03 22:36:03 +02:00
Alexander Shpilkin 519456082e
zabbix40: remove vestiges in package-config.nix 2024-02-24 18:50:01 +02:00
Atemu 21b6bf5150 Revert "packages-config.nix: ignore haskellPackages.hs-mesos"
This reverts commit d24b8431aa.
2023-12-18 06:27:44 +01:00
Sergei Trofimovich 2a92e8492d pkgs/top-level/packages-config.nix: remove `sconsPackages`
Follow 4411614 "all-packages.nix: remove whitespaces" and remove now
removed package set.
2023-11-03 15:00:48 -03:00
Atemu 6f5d72df0b packages-config: don't export minimal-bootstrap packages
Fixes https://github.com/NixOS/nixpkgs/issues/244966
2023-10-23 22:04:55 +00:00
Sandro Jäckel 244be72e19
atom*: drop 2023-10-03 16:37:27 +02:00
Andreas Wolf 8dd82f3f41
zabbix: Support for 6.0
See https://github.com/NixOS/nixpkgs/pull/145502#issuecomment-967241003

Co-Authored-By: mc-fugger <mc-fugger@users.noreply.github.com>
2022-11-07 09:37:28 +01:00
Atemu 3457bda077 packages-config: drop versioned emacsPackages alias
As of https://github.com/NixOS/nixpkgs/pull/188110, emacsPackages isn't an alias
anymore and is automatically recursed into.
2022-10-24 00:24:12 +02:00
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