Skip to content

Commit

Permalink
nixos/fonts/fontconfig-penultimate: remove module
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Aug 17, 2020
1 parent 4e2b0fe commit 1d51b52
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 294 deletions.
292 changes: 0 additions & 292 deletions nixos/modules/config/fonts/fontconfig-penultimate.nix

This file was deleted.

2 changes: 1 addition & 1 deletion nixos/modules/config/fonts/fontconfig.nix
Expand Up @@ -455,7 +455,7 @@ in
environment.systemPackages = [ pkgs.fontconfig ];
environment.etc.fonts.source = "${fontconfigEtc}/etc/fonts/";
})
(mkIf (cfg.enable && !cfg.penultimate.enable) {
(mkIf cfg.enable {
fonts.fontconfig.confPackages = [ confPkg ];
})
];
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
@@ -1,7 +1,6 @@
[
./config/debug-info.nix
./config/fonts/fontconfig.nix
./config/fonts/fontconfig-penultimate.nix
./config/fonts/fontdir.nix
./config/fonts/fonts.nix
./config/fonts/ghostscript.nix
Expand Down
1 change: 1 addition & 0 deletions nixos/modules/rename.nix
Expand Up @@ -17,6 +17,7 @@ with lib;
(mkAliasOptionModule [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ])

# Completely removed modules
(mkRemovedOptionModule [ "fonts" "fontconfig" "penultimate" ] "The corresponding package has removed from nixpkgs.")
(mkRemovedOptionModule [ "services" "chronos" ] "The corresponding package was removed from nixpkgs.")
(mkRemovedOptionModule [ "services" "firefox" "syncserver" "user" ] "")
(mkRemovedOptionModule [ "services" "firefox" "syncserver" "group" ] "")
Expand Down

0 comments on commit 1d51b52

Please sign in to comment.