Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / options-type-error-configuration.nix
blobbcd6db89487a3a000ad4814df9894c2d8f387e0c
1 { lib, ... }: {
2   options = {
3     # unlikely mistake, but we can catch any attrset with _type
4     result = lib.evalModules { modules = []; };
5   };