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.
lib.toJSON
builtins.toJSON
1 parent baaf43d commit e21f13bCopy full SHA for e21f13b
modules/top-level/test.nix
@@ -241,12 +241,12 @@ in
241
};
242
any = {
243
predicate = v: builtins.any (lib.hasInfix v);
244
- message = v: "Expected ${lib.toJSON v} infix to be present.";
+ message = v: "Expected ${builtins.toJSON v} infix to be present.";
245
valueType = lib.types.str;
246
247
anyExact = {
248
predicate = builtins.elem;
249
- message = v: "Expected ${lib.toJSON v} to be present.";
+ message = v: "Expected ${builtins.toJSON v} to be present.";
250
251
252
0 commit comments