diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 14:07:40 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 14:07:40 +0100 |
commit | 30bb9843d03291d116b5b1a5bbc7e11c0869e79c (patch) | |
tree | 66ae133c97d9ace27158c38014245b81bbaa02f3 /tests | |
parent | fix(modules/nvim/plgs/neorg): Use the correct ft name in ftplugin (diff) | |
download | nixos-config-30bb9843d03291d116b5b1a5bbc7e11c0869e79c.tar.gz nixos-config-30bb9843d03291d116b5b1a5bbc7e11c0869e79c.zip |
tests({modules,tests}): Delay the coupling, until more modules are tested
Diffstat (limited to 'tests')
-rw-r--r-- | tests/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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 |