From aee34b5a0abc5bd8aa6290308c4c3e8c12af9784 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 5 Jul 2025 05:33:24 +0800 Subject: [PATCH] chore(helpers/text): add TODO comment to extract into repo --- modules/helpers/text.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/helpers/text.nix b/modules/helpers/text.nix index d8f6100..4773d2c 100644 --- a/modules/helpers/text.nix +++ b/modules/helpers/text.nix @@ -1,3 +1,4 @@ +# TODO: extract into separate repo { lib, ... }: let inherit (lib)