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

[2.16 regression] "Infinite symlink recursion" when evaluating nixos-hardware #8437

Closed
K900 opened this issue Jun 2, 2023 · 1 comment · Fixed by #8452
Closed

[2.16 regression] "Infinite symlink recursion" when evaluating nixos-hardware #8437

K900 opened this issue Jun 2, 2023 · 1 comment · Fixed by #8452
Assignees
Labels
bug regression Something doesn't work anymore

Comments

@K900
Copy link
Contributor

K900 commented Jun 2, 2023

With the latest nixos-hardware revision (NixOS/nixos-hardware@4cc688e):

❯ nix-shell -p nixVersions.nix_2_16 --run "nix eval --expr 'import ./common/pc/laptop/ssd' --impure"
error:
       … while calling the 'import' builtin

         at «string»:1:1:

            1| import ./common/pc/laptop/ssd
             | ^

       error: infinite symlink recursion in path '/home/k900/nixos-hardware/common/pc/laptop/ssd'
❯ nix-shell -p nixVersions.nix_2_15 --run "nix eval --expr 'import ./common/pc/laptop/ssd' --impure"
<LAMBDA>
@K900 K900 added the bug label Jun 2, 2023
@K900
Copy link
Contributor Author

K900 commented Jun 2, 2023

Bisected to 94812cc

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

Successfully merging a pull request may close this issue.

2 participants