From 91586008a23c01cc32894ee187dca8c0a7bd20a4 Mon Sep 17 00:00:00 2001 From: diffy Date: Mon, 11 Aug 2025 02:18:25 +1000 Subject: [PATCH] firefoxpwa: fix ULID length typo (#7653) A ULID is 26 characters, not 16 --- modules/programs/firefoxpwa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/firefoxpwa.nix b/modules/programs/firefoxpwa.nix index ed9d1bae5..ec12848f1 100644 --- a/modules/programs/firefoxpwa.nix +++ b/modules/programs/firefoxpwa.nix @@ -62,7 +62,7 @@ in default = { }; description = '' Attribute set of profile options. The keys of that attribute set consist of - ULIDs. A ULID is made of 16 characters, each of which is one of + ULIDs. A ULID is made of 26 characters, each of which is one of '0123456789ABCDEFGHJKMNPQRSTVWXYZ' (Excluding I, L, O and U). See . ''; @@ -95,7 +95,7 @@ in default = { }; description = '' Attribute set of site options for this profile. The keys of that attribute set - consist of ULIDs. A ULID is made of 16 characters, each of which is one of + consist of ULIDs. A ULID is made of 26 characters, each of which is one of '0123456789ABCDEFGHJKMNPQRSTVWXYZ' (Excluding I, L, O and U). See . Site ULIDs must be unique across profiles.