From 30bb9843d03291d116b5b1a5bbc7e11c0869e79c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 23 Nov 2024 14:07:40 +0100 Subject: tests({modules,tests}): Delay the coupling, until more modules are tested --- tests/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/default.nix') diff --git a/tests/default.nix b/tests/default.nix index a5ca5deb..9803c99c 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -28,13 +28,6 @@ mkTest ; }; - - coImportsNameFunction = { - shard, - name, - }: - ../modules/by-name + "/${shard}" + "/${name}" + "/module.nix"; - coImportsWarnMessageObject = "modules"; }; in tests -- cgit 1.4.1