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"; 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 let
system = "x86_64-linux"; system = "x86_64-linux";

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, bip110, ... }:
{ {