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
Steps To Reproduce
$ mkdir /tmp/gcbug $ ln -s $(realpath /bin/sh) /tmpgcbug/sh $ nix-store -q --tree $(nix-store --add /tmp/gcbug) /nix/store/zk2qklkcilxpsxf0xbsi65g0b02ywaj2-gcbug
Expected behavior
the closure of the added path should contain bash.
nix-env --version output nix-env (Nix) 2.18.1
nix-env --version
Additional context
this causes store paths to be garbage collected while still alive. this should not ever happen.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps To Reproduce
Expected behavior
the closure of the added path should contain bash.
nix-env --version
outputnix-env (Nix) 2.18.1
Additional context
this causes store paths to be garbage collected while still alive. this should not ever happen.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: