1
0
Fork 0
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:
Eelco Dolstra 2024-07-11 16:21:27 +02:00
parent d8d38c4257
commit d9284d246c
2 changed files with 0 additions and 16 deletions

View file

@ -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;