mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
toBuildables -> build
This commit is contained in:
parent
960e9c560e
commit
35fd31770c
3 changed files with 4 additions and 4 deletions
|
|
@ -198,7 +198,7 @@ std::shared_ptr<Installable> parseInstallable(
|
|||
SourceExprCommand & cmd, ref<Store> store, const std::string & installable,
|
||||
bool useDefaultInstallables);
|
||||
|
||||
Buildables toBuildables(ref<Store> store, RealiseMode mode,
|
||||
Buildables build(ref<Store> store, RealiseMode mode,
|
||||
std::vector<std::shared_ptr<Installable>> installables);
|
||||
|
||||
PathSet toStorePaths(ref<Store> store, RealiseMode mode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue