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
mount autoccompleter doesn't autocomplete filesystems anymore
mount
[root@utm:~]# mount -t ls: cannot access '/lib/modules/6.6.33/kernel/fs': No such file or directory ^C
mount's autocompleter looks for /run/current-system/lib/modules not /lib/modules
/run/current-system/lib/modules
/lib/modules
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" output here
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
mount
autoccompleter doesn't autocomplete filesystems anymoreSteps To Reproduce
Expected behavior
mount
's autocompleter looks for/run/current-system/lib/modules
not/lib/modules
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: