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

Fix nix eval nixpkgs#bash segfault #10200

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 9, 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.
    9999years committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4910d74 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add release note

    9999years committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7f45b1c View commit details
    Browse the repository at this point in the history