mirror of
https://github.com/NixOS/nix
synced 2025-07-05 04:01:47 +02:00
Remove unused InstallableFlake::getFlakeOutputs()
(cherry picked from commit 87323a5689
)
This commit is contained in:
parent
d8d38c4257
commit
d9284d246c
2 changed files with 0 additions and 16 deletions
|
@ -53,8 +53,6 @@ struct InstallableFlake : InstallableValue
|
|||
|
||||
std::vector<std::string> getActualAttrPaths();
|
||||
|
||||
Value * getFlakeOutputs(EvalState & state, const flake::LockedFlake & lockedFlake);
|
||||
|
||||
DerivedPathsWithInfo toDerivedPaths() override;
|
||||
|
||||
std::pair<Value *, PosIdx> toValue(EvalState & state) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue