updated flake
This commit is contained in:
@@ -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, ... }: {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user