From e165a6cc65b046e763c5f9ccfb51a76781a27808 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 26 Mar 2025 10:51:36 -0700 Subject: [PATCH] flake.nix: add default prefix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3f2dd28..30970c3 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,7 @@ Some utility commands: }; prefix = lib.mkOption { type = lib.types.str; + default = "-h "; description = lib.mdDoc '' Traditional text command prefix, including space, if any '';