8 lines
134 B
Text
8 lines
134 B
Text
# comment
|
|
snippet option
|
|
lib.mkOption {
|
|
type = lib.types.$1;
|
|
default = $2;
|
|
example = "$3";
|
|
description = "$4";
|
|
};
|