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
git clone https://github.com/divnix/devos.git --depth 1 cd devos nix-shell
error: infinite recursion encountered at /nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source/lib/modules.nix:525:9: 524| in warnDeprecation opt // 525| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value; | ^ 526| inherit (res.defsFinal') highestPrio; (use '--show-trace' to show detailed location information)
rollback to a088edd via
git clone https://github.com/divnix/devos.git --depth 1 cd devos git pull --depth 100 git checkout main while true do git checkout HEAD~1 && nix-shell && break done
the error: infinite recursion encountered first appears with dcb4253
error: infinite recursion encountered
git rev-list --count main ^a088edd 61
nix --version nix (Nix) 2.5pre20211007_844dd90
The text was updated successfully, but these errors were encountered:
This is fixed with #403, because we made a custom fork of flake-utils-plus to drop patching support. I just need to get that PR merged.
Sorry, something went wrong.
Closing since #403 is merged, if the issue still appears feel free to re-open
No branches or pull requests
Reproduce
Actual
Possible Solution
rollback to a088edd via
the
error: infinite recursion encountered
first appears with dcb4253Your Environment
The text was updated successfully, but these errors were encountered: