fixed typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, bip110, ... }:
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.features.bip110 {
|
||||
|
||||
services.bitcoind.packages = lib.mkForce bip110.packages.x86_64-linux.bitcoind-knots-bip-110;
|
||||
services.bitcoind.package = lib.mkForce bip110.packages.x86_64-linux.bitcoind-knots-bip-110;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user