fixed bip110 declar

This commit is contained in:
2026-03-27 15:16:50 -05:00
parent 424962412f
commit 5e9a01e061

View File

@@ -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";
};
};
}