1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 08:11:47 +02:00

Remove unused Flake::vOutputs field

This commit is contained in:
Eelco Dolstra 2020-09-23 14:08:23 +02:00
parent dac8a1a5e1
commit 8a2e10827f
2 changed files with 2 additions and 4 deletions

View file

@ -34,7 +34,6 @@ struct Flake
std::optional<std::string> description;
std::shared_ptr<const fetchers::Tree> sourceInfo;
FlakeInputs inputs;
RootValue vOutputs;
~Flake();
};