We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let eval = lib.evalModules { modules = [{ options.bla = lib.mkOption { type = dns.lib.types.zone; }; config._module.check = false; }]; }; in { packages.${system}.default = (pkgs.nixosOptionsDoc { inherit (eval) options; }).optionsCommonMark; };
This is enough to cause a error: stack overflow (possible infinite recursion). I've made a full repro: https://gist.github.com/shelvacu/f63fec7ed447d21b6eee469183c4e7cb
error: stack overflow (possible infinite recursion)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is enough to cause a
error: stack overflow (possible infinite recursion)
. I've made a full repro: https://gist.github.com/shelvacu/f63fec7ed447d21b6eee469183c4e7cbThe text was updated successfully, but these errors were encountered: