updated flake

This commit is contained in:
2026-03-24 21:21:00 -05:00
parent 0d8c607803
commit cf7a992663
2 changed files with 5 additions and 5 deletions

View File

@@ -26,6 +26,10 @@
let let
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {
inherit bip110;
};
overlay-stable = final: prev: { overlay-stable = final: prev: {
stable = import nixpkgs-stable { stable = import nixpkgs-stable {
@@ -44,10 +48,6 @@
inherit system; inherit system;
specialArgs = {
inherit bip110;
};
}; };
nixosModules.Sovran_SystemsOS = { pkgs, ... }: { nixosModules.Sovran_SystemsOS = { pkgs, ... }: {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, bip110, ... }: { config, pkgs, lib, ... }:
lib.mkIf config.sovran_systemsOS.features.bitcoin { lib.mkIf config.sovran_systemsOS.features.bitcoin {