Fix docbook syntax and literalExample deprecation

This commit is contained in:
Robert Hensing 2022-05-13 10:14:54 +02:00
parent 783e29f7dd
commit 3149d748cb
5 changed files with 11 additions and 11 deletions

View file

@ -21,7 +21,7 @@ in
};
perInput = mkOption {
description = "Function from system to function from flake to system-specific attributes.";
description = "Function from system to function from flake to <literal>system</literal>-specific attributes.";
type = types.functionTo (types.functionTo (types.lazyAttrsOf types.unspecified));
};