We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeafe2a commit abba4afCopy full SHA for abba4af
lib/utils.nix
@@ -181,7 +181,7 @@ rec {
181
# Example
182
183
```nix
184
- warnings = mkAssertions "plugins.foo" {
+ assertions = mkAssertions "plugins.foo" {
185
assertion = plugins.foo.settings.barIntegration && (!plugins.bar.enable);
186
message = "`barIntegration` is enabled but the `bar` plugin is not."
187
}
0 commit comments