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
Run nix command multiple times, and you can get different output, even for read-only commands.
See also: BurntSushi/ripgrep#2899
Steps To Reproduce
$ nix registry list | rg nixpkgs system flake:nixpkgs path:/nix/store/asmpdfb2aixsjl95a557c269ybzybjm3-source global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable $ nix registry list | rg nixpkgs $ nix registry list | rg nixpkgs $ nix registry list | rg nixpkgs $ nix registry list | rg nixpkgs global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
Expected behavior
The output shoud be the same with the same command
nix-env --version output
nix-env --version
Additional context
Just use nix repl and without rg can still reproduce this issue (when something is slow to evaluate).
nix repl
rg
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Run nix command multiple times, and you can get different output, even for read-only commands.
See also: BurntSushi/ripgrep#2899
Steps To Reproduce
Expected behavior
The output shoud be the same with the same command
nix-env --version
outputAdditional context
Just use
nix repl
and withoutrg
can still reproduce this issue (when something is slow to evaluate).Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: