Fix docbook syntax and literalExample deprecation
This commit is contained in:
parent
783e29f7dd
commit
3149d748cb
5 changed files with 11 additions and 11 deletions
|
|
@ -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 .#<name></literal> will run <literal>devShells.<system>.<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 .#<name></literal>.
|
||||
<literal>nix build .#<name></literal> will run <literal>devShells.<name></literal>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue