Skip to content
New issue

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

cd devos; nix-shell = error: infinite recursion encountered #394

Closed
milahu opened this issue Oct 24, 2021 · 2 comments
Closed

cd devos; nix-shell = error: infinite recursion encountered #394

milahu opened this issue Oct 24, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@milahu
Copy link

milahu commented Oct 24, 2021

Reproduce

git clone https://github.com/divnix/devos.git --depth 1
cd devos
nix-shell

Actual

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)

meme jackie chan what why 200x200

Possible Solution

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

git rev-list --count main ^a088edd
61

Your Environment

nix --version 
nix (Nix) 2.5pre20211007_844dd90
@milahu milahu added the bug Something isn't working label Oct 24, 2021
@Pacman99
Copy link
Member

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.

@Pacman99
Copy link
Member

Closing since #403 is merged, if the issue still appears feel free to re-open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants