mirror of
https://github.com/NixOS/nix
synced 2025-07-05 04:01:47 +02:00
Revert flake-schemas for now
This commit is contained in:
parent
6ff6baaa35
commit
ffcc42faf4
25 changed files with 827 additions and 730 deletions
|
@ -53,6 +53,8 @@ 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