add minecraft test
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
}@args:
|
||||
let
|
||||
handleTest = file: import file { inherit config lib pkgs; };
|
||||
handleTest = file: import file (args);
|
||||
in
|
||||
{
|
||||
zfsTest = handleTest ./zfs.nix;
|
||||
testTest = handleTest ./testTest.nix;
|
||||
minecraftTest = handleTest ./minecraft.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user