Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |