Updated Nixpkgs and added Bolt12 to RTL

This commit is contained in:
naturallaw77 2024-07-08 14:00:25 -07:00
parent 194dd7d85b
commit f87da762f3
2 changed files with 8 additions and 3 deletions

View File

@ -157,11 +157,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1720031269, "lastModified": 1720418205,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", "narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", "rev": "655a58a72a6601292512670343087c2d75d859c1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -86,6 +86,11 @@ experimental-offers
nodes = { nodes = {
clightning = { clightning = {
enable = true; enable = true;
extraConfig = {
Settings = {
enableOffers = true;
};
};
}; };
lnd = { lnd = {