From c96de04b37225af827ef3cf7cbd051cc0c9a7e45 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 22:00:00 -0500 Subject: [PATCH] updated flake --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index eccad7f..048c2a6 100755 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }@attrs: + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }: let @@ -44,8 +44,6 @@ nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { inherit system; - - specialArgs = attrs; }; @@ -69,6 +67,7 @@ btc-clients.packages.x86_64-linux.bisq btc-clients.packages.x86_64-linux.bisq2 btc-clients.packages.x86_64-linux.sparrow + bip110.packages.x86_64-linux.bitcoind-knots-bip-110; ]; }; };