From 6eeb286fc4362700efcec534c0bbcd12a773743e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 14 Jul 2024 20:14:25 -0700 Subject: [PATCH] Nixpkgs Update and RTL with Bolt12 --- flake.lock | 12 ++++++------ modules/bitcoinecosystem.nix | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1930c14..fe80a63 100755 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1718371084, - "narHash": "sha256-abpBi61mg0g+lFFU0zY4C6oP6fBwPzbHPKBGw676xsA=", + "lastModified": 1720546205, + "narHash": "sha256-boCXsjYVxDviyzoEyAk624600f3ZBo/DKtUdvMTpbGY=", "owner": "ryantm", "repo": "agenix", - "rev": "3a56735779db467538fb2e577eda28a9daacaca6", + "rev": "de96bd907d5fbc3b14fc33ad37d1b9a3cb15edc6", "type": "github" }, "original": { @@ -157,11 +157,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1720031269, - "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", + "lastModified": 1720768451, + "narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", + "rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9", "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 = {