diff --git a/flake/deprecation/default.nix b/flake/deprecation/default.nix index 685f5217..da7cb8e6 100644 --- a/flake/deprecation/default.nix +++ b/flake/deprecation/default.nix @@ -18,7 +18,7 @@ # Drop this alias after 26.05 flake = lib.mkIf (!lib.oldestSupportedReleaseIsAtLeast 2605) { - homeManagerModules = builtins.warn "stylix: flake output `homeManagerModules` has been renamed to `homeModules` and will be removed after 26.05." self.homeModules; + homeManagerModules = lib.warn "stylix: flake output `homeManagerModules` has been renamed to `homeModules` and will be removed after 26.05." self.homeModules; }; perSystem.stylix.aliases = [ diff --git a/modules/i3/hm.nix b/modules/i3/hm.nix index e9512ecb..9333eb43 100644 --- a/modules/i3/hm.nix +++ b/modules/i3/hm.nix @@ -82,7 +82,7 @@ in }) { - lib.stylix.i3.bar = builtins.warn "stylix: `config.lib.stylix.i3.bar` has been renamed to `config.stylix.targets.i3.exportedBarConfig` and will be removed after 26.11." config.stylix.targets.i3.exportedBarConfig; + lib.stylix.i3.bar = lib.warn "stylix: `config.lib.stylix.i3.bar` has been renamed to `config.stylix.targets.i3.exportedBarConfig` and will be removed after 26.11." config.stylix.targets.i3.exportedBarConfig; stylix.targets.i3.exportedBarConfig = { inherit fonts; diff --git a/modules/sway/hm.nix b/modules/sway/hm.nix index 5ce96cc7..88654026 100644 --- a/modules/sway/hm.nix +++ b/modules/sway/hm.nix @@ -87,7 +87,7 @@ in }) { - lib.stylix.sway.bar = builtins.warn "stylix: `config.lib.stylix.sway.bar` has been renamed to `config.stylix.targets.sway.exportedBarConfig` and will be removed after 26.11." config.stylix.targets.sway.exportedBarConfig; + lib.stylix.sway.bar = lib.warn "stylix: `config.lib.stylix.sway.bar` has been renamed to `config.stylix.targets.sway.exportedBarConfig` and will be removed after 26.11." config.stylix.targets.sway.exportedBarConfig; stylix.targets.sway.exportedBarConfig = { inherit fonts;