Merge pull request #84074 from Infinisil/fix-literal-option-examples

nixos/treewide: Fix incorrectly rendered examples
This commit is contained in:
Silvan Mosberger
2020-04-03 15:41:53 +02:00
committed by GitHub
13 changed files with 92 additions and 59 deletions

View File

@@ -138,7 +138,11 @@ in {
};
}));
default = {};
example."pool/test".target = "root@target:pool/test";
example = literalExample ''
{
"pool/test".target = "root@target:pool/test";
}
'';
description = "Syncoid commands to run.";
};
};