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 {