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
Describe the bug
No suggestions, see steps below
Steps To Reproduce
nix repl
:lf .
defaultPackage.x86_64-linux.
defaultPackage.${builtins.currentSystem}.
Expected behavior
Same completion at step 5 then at step 3.
nix repl --version: nix (Nix) 2.4pre20210601_5985b8b
nix repl --version
nix (Nix) 2.4pre20210601_5985b8b
The text was updated successfully, but these errors were encountered:
I marked this as stale due to inactivity. → More info
Sorry, something went wrong.
Still relevant, reproducible with Nix 2.9.0pre20220426_35393d
Nix 2.9.0pre20220426_35393d
No branches or pull requests
Describe the bug
No suggestions, see steps below
Steps To Reproduce
nix repl
(in nix repo for example):lf .
then Enter to load the current flakedefaultPackage.x86_64-linux.
then Tab and wait for completion (to ensure it's put in the repl cache), then Ctrl-c to try something elsedefaultPackage.${builtins.currentSystem}.
Expected behavior
Same completion at step 5 then at step 3.
nix repl --version
:nix (Nix) 2.4pre20210601_5985b8b
The text was updated successfully, but these errors were encountered: