tests: move mkIfTest to nix-bitcoin.lib

This commit is contained in:
Erik Arvstedt
2022-11-03 23:08:06 +01:00
parent 47a09ec214
commit 8eaa4cce30
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
lib: pkgs:
lib: pkgs: config:
with lib;
@@ -115,4 +115,8 @@ let self = {
(map (ip: "IP:${ip}") cert.extraIPs)
);
test = {
mkIfTest = test: mkIf (config.tests.${test} or false);
};
}; in self