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
/
freeform-lazyAttrsOf.nix
blob
36d6c0b13fca135b47b8aab680db2dccb80fb3ea
1
{ lib, ... }: {
2
freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
3
}