From 6c127efb2d84f8e0c08dfdc0d7b55623935f40a4 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 14 Jan 2020 23:41:59 +0100 Subject: lib: add type generators `dagOf` and `listOrDagOf` Given an inner type, the former function generates a type that expect DAG option values. The latter function is only present to temporarily allow the `programs.ssh.matchBlocks` to keep accepting list values. --- tests/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/default.nix') diff --git a/tests/default.nix b/tests/default.nix index 95a0f16bc93..6f2b5ec04f1 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -34,6 +34,7 @@ import nmt { // import ./modules/services/sxhkd // import ./modules/systemd ) + // import ./lib/types // import ./modules/files // import ./modules/home-environment // import ./modules/misc/fontconfig -- cgit v1.2.3