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
Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git]
/
lib
/
tests
/
modules
/
declare-lazyAttrsOf.nix
blob
1d9fec25f9084da98e30d943bc36e382a4bf7509
1
{ lib, ... }: {
2
options.value = lib.mkOption {
3
type = lib.types.lazyAttrsOf (lib.types.str // { emptyValue.value = "empty"; });
4
default = {};
5
};
6
}