From f87da762f365f1888d652de0846f2af55d529021 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 8 Jul 2024 14:00:25 -0700 Subject: [PATCH] Updated Nixpkgs and added Bolt12 to RTL --- flake.lock | 6 +++--- modules/bitcoinecosystem.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1930c14..731af57 100755 --- a/flake.lock +++ b/flake.lock @@ -157,11 +157,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1720031269, - "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", + "lastModified": 1720418205, + "narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", + "rev": "655a58a72a6601292512670343087c2d75d859c1", "type": "github" }, "original": { diff --git a/modules/bitcoinecosystem.nix b/modules/bitcoinecosystem.nix index 41de2e8..ccddbea 100755 --- a/modules/bitcoinecosystem.nix +++ b/modules/bitcoinecosystem.nix @@ -86,6 +86,11 @@ experimental-offers nodes = { clightning = { enable = true; + extraConfig = { + Settings = { + enableOffers = true; + }; + }; }; lnd = {