From 8d123bd49748b5cdca627a6a3a802388b73d7b96 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 21:24:52 -0500 Subject: [PATCH] updated flake --- flake.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index a9791c8..e043e15 100755 --- a/flake.nix +++ b/flake.nix @@ -24,11 +24,8 @@ outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }: let - system = "x86_64-linux"; - - specialArgs = { - inherit bip110; - }; + + system = "x86_64-linux"; overlay-stable = final: prev: { @@ -48,7 +45,7 @@ inherit system; - }; + specialArgs = attrs; nixosModules.Sovran_SystemsOS = { pkgs, ... }: {