mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
nix profile: Support CA derivations
This commit is contained in:
parent
54888b92de
commit
161f798aa1
4 changed files with 66 additions and 53 deletions
|
@ -134,7 +134,6 @@ struct InstallableValue : Installable
|
|||
struct DerivationInfo
|
||||
{
|
||||
StorePath drvPath;
|
||||
std::optional<StorePath> outPath;
|
||||
std::string outputName;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue