From 2b182eec53f44b7e8f37eab99f9e501c6242a1ab Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 25 Feb 2025 23:14:20 -0500 Subject: [PATCH] thunderbird: remove package example that referred to old alias This package no longer exists in nixpkgs; instead of bumping it, just leave it unset. Signed-off-by: Ihar Hrachyshka --- modules/programs/thunderbird.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/thunderbird.nix b/modules/programs/thunderbird.nix index 76496f857..275fa6cd9 100644 --- a/modules/programs/thunderbird.nix +++ b/modules/programs/thunderbird.nix @@ -166,7 +166,6 @@ in { type = types.package; default = pkgs.thunderbird; defaultText = literalExpression "pkgs.thunderbird"; - example = literalExpression "pkgs.thunderbird-91"; description = "The Thunderbird package to use."; };