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 segfault while running nix build --impure "nixpkgs#bash"
nix build --impure "nixpkgs#bash"
Steps To Reproduce
nix (Nix) 2.9.0pre20220411_f7276bc
instantiated 'bash-5.1-p16' -> '/nix/store/zmlniq7rkz4mq0bb07wyzpj4k65nm6hf-bash-5.1-p16.drv' evaluating uncached attribute 'legacyPackages.x86_64-linux.bash' evaluating uncached attribute 'legacyPackages.x86_64-linux.bash.meta' evaluating uncached attribute 'legacyPackages.x86_64-linux.bash.meta.outputsToInstall' [1] 2398673 segmentation fault (core dumped) nix -L build --impure "nixpkgs#bash" -vvvvvvvvvvvvvvvvv
#6426 looks suspicious due to outputsToInstall
outputsToInstall
The text was updated successfully, but these errors were encountered:
confirmed that cae7473 works which is one commit before 404c222
Sorry, something went wrong.
Make sure that nix build works in --impure mode
nix build
--impure
4c5aa85
Regression test for <NixOS#6488>
Successfully merging a pull request may close this issue.
Describe the bug
segfault while running
nix build --impure "nixpkgs#bash"
Steps To Reproduce
nix build --impure "nixpkgs#bash"
nix (Nix) 2.9.0pre20220411_f7276bc
#6426 looks suspicious due to
outputsToInstall
The text was updated successfully, but these errors were encountered: