nixos/protonmail-bridge: fix typo
protonmail-bride's --> protonmail-bridge's
This commit is contained in:
@@ -18,7 +18,7 @@ in
|
|||||||
type = lib.types.listOf lib.types.path;
|
type = lib.types.listOf lib.types.path;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
example = lib.literalExpression "with pkgs; [ pass gnome-keyring ]";
|
example = lib.literalExpression "with pkgs; [ pass gnome-keyring ]";
|
||||||
description = "List of derivations to put in protonmail-bride's path.";
|
description = "List of derivations to put in protonmail-bridge's path.";
|
||||||
};
|
};
|
||||||
|
|
||||||
logLevel = lib.mkOption {
|
logLevel = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user