From 42bf0422e00e48c1620381e52b59adc36cd0f403 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 22 Jul 2022 17:16:21 +0200 Subject: [PATCH] operator: fix syntax error in description Fix error `Invalid XML` when running flake-info (nixos-search) . --- modules/operator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/operator.nix b/modules/operator.nix index bbf5a85..173d2a4 100644 --- a/modules/operator.nix +++ b/modules/operator.nix @@ -12,7 +12,7 @@ let When using nix-bitcoin as part of a larger system config, it makes sense to set your main system user as the operator, by setting option - `nix-bitcoin.operator.name = "
";`. + `nix-bitcoin.operator.name = "MAIN_USER_NAME";`. ''; }; name = mkOption {