added BIP110

This commit is contained in:
2026-03-24 10:49:26 -05:00
parent 32a8873f5e
commit 6202faa622
2 changed files with 4 additions and 2 deletions

View File

@@ -17,9 +17,11 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
bip110.url = "github:emmanuelrosa/bitcoin-knots-bip-110-nix";
};
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, ... }:
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }:
let
system = "x86_64-linux";