From 21dcea7bab133a440679a62e51bc44c24508a669 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 13 May 2022 17:24:21 +0200 Subject: fix --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 928f9d7..574ae9b 100644 --- a/module.nix +++ b/module.nix @@ -271,7 +271,7 @@ in }; }; - config = lib.mkIf cfg.enable { + config = { assertions = [ { assertion = length (attrNames allDefinitionDirs) -- cgit 1.4.1