{ config, lib, pkgs, ... }: let handleTest = file: import file { inherit config lib pkgs; }; in { zfsTest = handleTest ./zfs.nix; }