Add more descriptions
This commit is contained in:
parent
0405415b90
commit
06ebe54ddb
4 changed files with 26 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ in
|
|||
devShell = mkOption {
|
||||
type = types.lazyAttrsOf types.package;
|
||||
default = { };
|
||||
description = ''
|
||||
For each system a derivation that nix develop bases its environment on.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -37,6 +40,9 @@ in
|
|||
options = {
|
||||
devShell = mkOption {
|
||||
type = types.nullOr types.package;
|
||||
description = ''
|
||||
A derivation that nix develop bases its environment on.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue