1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

gtk: remove long removed option removal assertion

Added 6 years ago, no longer needed.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-01 08:50:28 -05:00
parent fa7d51011f
commit a9594d34a2

View file

@ -38,9 +38,6 @@ in
meta.maintainers = [ lib.maintainers.rycee ]; meta.maintainers = [ lib.maintainers.rycee ];
imports = [ imports = [
(lib.mkRemovedOptionModule [ "gtk" "gtk3" "waylandSupport" ] ''
This options is not longer needed and can be removed.
'')
./gtk/gtk2.nix ./gtk/gtk2.nix
./gtk/gtk3.nix ./gtk/gtk3.nix
./gtk/gtk4.nix ./gtk/gtk4.nix