Skip to content

Commit abba4af

Browse files
committed
lib/utils: fix typo in example of mkAssertions
1 parent eeafe2a commit abba4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ rec {
181181
# Example
182182
183183
```nix
184-
warnings = mkAssertions "plugins.foo" {
184+
assertions = mkAssertions "plugins.foo" {
185185
assertion = plugins.foo.settings.barIntegration && (!plugins.bar.enable);
186186
message = "`barIntegration` is enabled but the `bar` plugin is not."
187187
}

0 commit comments

Comments
 (0)