aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-31 10:29:10 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-06 12:02:35 -0500
commit070fbc350c222ac07525cadfe913c5a92b2f0818 (patch)
tree5ea2ba492e0017da402c7d8a43debb5a775f84ba /nixos/modules/rename.nix
parent3485204442e6f97ee13bfbc41a8b244433309bce (diff)
nixos/fontconfig-ultimate: remove
This module has been obsolete for several years now.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 6c6a5915426b..7d8cf55b827a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -292,5 +292,14 @@ with lib;
(opt: mkRemovedOptionModule [ "services" "prometheus" "${opt}" ] ''
The prometheus exporters are now configured using `services.prometheus.exporters'.
See the 18.03 release notes for more information.
+ '' ))
+
+ ++ (forEach [ "enable" "substitutions" "preset" ]
+ (opt: mkRemovedOptionModule [ "fonts" "fontconfig" "ultimate" "${opt}" ] ''
+ The fonts.fontconfig.ultimate module and configuration is obsolete.
+ The repository has since been archived and activity has ceased.
+ https://github.com/bohoomil/fontconfig-ultimate/issues/171.
+ No action should be needed for font configuration, as the fonts.fontconfig
+ module is already used by default.
'' ));
}