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
/
options-type-error-typical.nix
blob
416f436e0ad70bb08091dfe670b3afa7c56aae76
1
{ lib, ... }: {
2
options = {
3
result = lib.types.str;
4
};
5
}