Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-11 | Deduplicate the Store downcasting with a template | John Ericson | |
2022-03-11 | Factor out a `LogStore` interface | John Ericson | |
Continue progress on #5729. Just as I hoped, this uncovered an issue: the daemon protocol is missing a way to query build logs. This doesn't effect `unix://`, but does effect `ssh://`. A FIXME is left for this, so we come back to it later. | |||
2022-01-18 | Add Installable::toDrvPaths() | Eelco Dolstra | |
This is needed to get the path of a derivation that might not exist (e.g. for 'nix store copy-log'). InstallableStorePath::toDerivedPaths() cannot be used for this because it calls readDerivation(), so it fails if the store doesn't have the derivation. | |||
2022-01-18 | Add command 'nix store copy-log' | Eelco Dolstra | |
Fixes #5222. |