From 07e0005f579df617c2415c912f109c6a6f64ab79 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)