1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

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 <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-02-25 23:14:20 -05:00
parent 68b554960a
commit 2b182eec53

View file

@ -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.";
};