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

@ -19,7 +19,7 @@ in
default = { };
description = ''
Per system an attribute set of packages used as shells.
nix develop .#<name> will run devShells.<system>.<name>.
<literal>nix develop .#&lt;name></literal> will run <literal>devShells.&lt;system>.&lt;name></literal>.
'';
};
};
@ -45,8 +45,8 @@ in
type = types.lazyAttrsOf types.package;
default = { };
description = ''
An attribute set of packages to be built by nix develop .#<name>.
nix build .#<name> will run devShells.<name>.
An attribute set of packages to be built by <literal>nix develop .#&lt;name></literal>.
<literal>nix build .#&lt;name></literal> will run <literal>devShells.&lt;name></literal>.
'';
};
};