From feecfd26127ee33a7b4a34e1e7e045a074628c3b Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 27 Mar 2026 15:16:50 -0500 Subject: [PATCH] fixed bip110 declar --- modules/core/roles.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/core/roles.nix b/modules/core/roles.nix index 9a5ba31..a7551ce 100755 --- a/modules/core/roles.nix +++ b/modules/core/roles.nix @@ -55,10 +55,6 @@ default = ""; description = "Nostr public key (npub1...) for Haven relay"; }; - - packages.bip110 = lib.mkOption { - type = lib.types.package; - description = "BIP-110 bitcoind-knots package"; - }; }; + }