Use markdown by default
This commit is contained in:
parent
fb87cc7333
commit
6b87695050
16 changed files with 66 additions and 55 deletions
|
|
@ -14,8 +14,8 @@ mkTransposedPerSystemModule {
|
|||
type = types.lazyAttrsOf types.package;
|
||||
default = { };
|
||||
description = ''
|
||||
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>.
|
||||
An attribute set of packages to be used as shells.
|
||||
[`nix develop .#<name>`](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html) will run `devShells.<name>`.
|
||||
'';
|
||||
};
|
||||
file = ./devShells.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue