init
This commit is contained in:
13
tests/default.nix
Normal file
13
tests/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
self,
|
||||
}:
|
||||
{
|
||||
integration = import ./integration.nix { inherit pkgs lib self; };
|
||||
partial-config = import ./partial-config.nix { inherit pkgs lib self; };
|
||||
multiple-clients = import ./multiple-clients.nix { inherit pkgs lib self; };
|
||||
bazarr = import ./bazarr.nix { inherit pkgs lib self; };
|
||||
error-handling = import ./error-handling.nix { inherit pkgs lib self; };
|
||||
edge-cases = import ./edge-cases.nix { inherit pkgs lib self; };
|
||||
}
|
||||
Reference in New Issue
Block a user