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
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>
The text was updated successfully, but these errors were encountered:
Bisected to 94812cc
Sorry, something went wrong.
SourcePath::resolveSymlinks(): Fix handling of symlinks that start wi…
6731850
…th '..' Fixes NixOS#8437.
edolstra
Successfully merging a pull request may close this issue.
With the latest nixos-hardware revision (NixOS/nixos-hardware@4cc688e):
The text was updated successfully, but these errors were encountered: