repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opencomposite: add meta.platforms (#357198)
[NixPkgs.git]
/
lib
/
tests
/
modules
/
declare-enable-nested.nix
blob
c8da8273cba1499b3967c593d2f665b88ae939d4
1
{ lib, ... }:
2
3
{
4
options.set = {
5
enable = lib.mkOption {
6
default = false;
7
example = true;
8
type = lib.types.bool;
9
description = ''
10
Some descriptive text
11
'';
12
};
13
};
14
}