with import ./lib; evalModules { modules = [ ({ a, ... }: { options.foo = mkOption { default = 0; }; config._module.args.a = throw "AAA"; }) ]; }