mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove unused InstallableFlake::getFlakeOutputs()
This commit is contained in:
parent
426e2af6f7
commit
87323a5689
2 changed files with 0 additions and 16 deletions
|
@ -52,8 +52,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