diff options
| author | Malte Voos <malte@malvo.org> | 2022-05-13 17:24:21 +0200 |
|---|---|---|
| committer | Malte Voos <malte@malvo.org> | 2022-05-13 17:24:21 +0200 |
| commit | 21dcea7bab133a440679a62e51bc44c24508a669 (patch) | |
| tree | 62fcef6f9e19721049b89e68f43d3b00da8924c6 /module.nix | |
| parent | fdde597d31e29fd1ac4cb4a88547db8e651c08eb (diff) | |
| download | s6-rc.nix-21dcea7bab133a440679a62e51bc44c24508a669.tar.gz s6-rc.nix-21dcea7bab133a440679a62e51bc44c24508a669.zip | |
fix
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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) |