From 5ebd51e5f9d92f02ada35249471b82eef2f10e90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:18:30 +0000 Subject: [PATCH] Fix nwc-lnurl Python path, improve patches, expose hub package option - sovran-hub.nix: Add nwc-lnurl launcher binary to sovran-hub-web derivation (same pattern as nwc-wallet); add options.services.sovranHub.webPackage to expose derivation to other modules - nwc-wallets.nix: Use config.services.sovranHub.webPackage for LNURL ExecStart (fixes sys.path for sovran_systemsos_web imports); replace no-op placeholder patches with real unified diff format showing intended Go changes (Private: true, AppId *uint) --- modules/core/sovran-hub.nix | 16 ++++++++++++++++ modules/nwc-wallets.nix | 30 ++++++++++++++++++------------ 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 7151de9..ba5a1b7 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -366,6 +366,16 @@ sys.exit(main()) LAUNCHER chmod +x $out/bin/nwc-wallet + cat > $out/bin/nwc-lnurl <