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

Get rid of basicDerivation::findOutput #3855

Merged
merged 1 commit into from
Jul 23, 2020

Commits on Jul 23, 2020

  1. Get rid of basicDerivation::findOutput

    It's a tiny function which is:
    
     - hardly worth abstrating over, and also only used once.
    
     - doesn't work once we get CA drvs
    
    I rewrote the one callsite to be forwards compatable with CA
    derivations, and also potentially more performant: instead of reading in
    the derivation it can ust consult the SQLite DB in the common case.
    Ericson2314 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2274f63 View commit details
    Browse the repository at this point in the history