From d296b2d1fbeef02ebac41ccd8d24171650d4fd8d Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Tue, 14 Dec 2021 19:51:18 +0100 Subject: [PATCH] charge-lnd: remove unneeded use of `literalExample` --- modules/charge-lnd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/charge-lnd.nix b/modules/charge-lnd.nix index 6f564dc..769b1ce 100644 --- a/modules/charge-lnd.nix +++ b/modules/charge-lnd.nix @@ -37,7 +37,7 @@ let policies = mkOption { type = types.lines; default = ""; - example = literalExample '' + example = '' [discourage-routing-out-of-balance] chan.max_ratio = 0.1 chan.min_capacity = 250000