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
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 7 additions and 3 deletions

View file

@ -12,7 +12,7 @@ with lib;
lib = mkOption {
readOnly = true;
default = import ../pkgs/lib.nix lib pkgs;
default = import ../pkgs/lib.nix lib pkgs config;
defaultText = "nix-bitcoin/pkgs/lib.nix";
};