tests: move mkIfTest to nix-bitcoin.lib

This commit is contained in:
Erik Arvstedt
2022-10-22 19:37:56 +02:00
parent 47a09ec214
commit 8eaa4cce30
3 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ let
baseConfig = { pkgs, config, ... }: let
cfg = config.services;
mkIfTest = test: mkIf (config.tests.${test} or false);
inherit (config.nix-bitcoin.lib.test) mkIfTest;
in {
imports = [
./lib/test-lib.nix