create handleTest function for future tests
This commit is contained in:
parent
2875d29293
commit
003418b27b
@ -4,6 +4,9 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
handleTest = file: import file { inherit config lib pkgs; };
|
||||
in
|
||||
{
|
||||
zfsTest = import ./zfs.nix { inherit config lib pkgs; };
|
||||
zfsTest = handleTest ./zfs.nix;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user