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-configuration.nix
blob
bcd6db89487a3a000ad4814df9894c2d8f387e0c
1
{ lib, ... }: {
2
options = {
3
# unlikely mistake, but we can catch any attrset with _type
4
result = lib.evalModules { modules = []; };
5
};
6
}