Skip to content
New issue

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

[Backport 2.20-maintenance] Fix nix eval nixpkgs#bash segfault #10234

Closed

Commits on Mar 12, 2024

  1. Print derivation paths in nix eval

    `nix eval` forces values and prints derivations as attribute sets, so
    commands that print derivations (e.g. `nix eval nixpkgs#bash`) will
    infinitely loop and segfault.
    
    Printing derivations as `.drv` paths makes `nix eval` complete as
    expected. Further work is needed, but this is better than a segfault.
    
    (cherry picked from commit 4910d74)
    9999years authored and github-actions[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    040e515 View commit details
    Browse the repository at this point in the history
  2. Add release note

    (cherry picked from commit 7f45b1c)
    9999years authored and github-actions[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b9ffdd3 View commit details
    Browse the repository at this point in the history