From cf7a99266342587fc86c187bfa7104d7968f8593 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 21:21:00 -0500 Subject: [PATCH] updated flake --- flake.nix | 8 ++++---- modules/bitcoinecosystem.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index b0f9c5f..a9791c8 100755 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,10 @@ let system = "x86_64-linux"; + specialArgs = { + inherit bip110; + }; + overlay-stable = final: prev: { stable = import nixpkgs-stable { @@ -44,10 +48,6 @@ inherit system; - specialArgs = { - inherit bip110; - }; - }; nixosModules.Sovran_SystemsOS = { pkgs, ... }: { diff --git a/modules/bitcoinecosystem.nix b/modules/bitcoinecosystem.nix index dc447f8..a468d85 100755 --- a/modules/bitcoinecosystem.nix +++ b/modules/bitcoinecosystem.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, bip110, ... }: +{ config, pkgs, lib, ... }: lib.mkIf config.sovran_systemsOS.features.bitcoin {