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

merge queue: embarking master (09e989f) and #11933 together #11935

Closed
wants to merge 2 commits into from

Commits on Nov 21, 2024

  1. fetchTree: Don't crash if narHash is missing

    Fixes
    
      nix: ../src/libexpr/primops/fetchTree.cc:37: void nix::emitTreeAttrs(EvalState&, const StorePath&, const fetchers::Input&, Value&, bool, bool): Assertion `narHash' failed.
    
    on a lock file with an input that doesn't have a narHash. This can
    happen when using a lock file created by the lazy-trees branch.
    
    Cherry-picked from lazy-trees.
    edolstra committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f4f4b69 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge of #11933

    mergify[bot] authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cfd86c2 View commit details
    Browse the repository at this point in the history