Add more descriptions

This commit is contained in:
Robert Hensing 2021-11-21 14:30:12 +01:00
parent 0405415b90
commit 06ebe54ddb
4 changed files with 26 additions and 0 deletions

View file

@ -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.
'';
};
};
};