diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-02-09 16:42:32 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-02-12 17:06:06 +0100 |
commit | 35fd31770c589f28c569e7868f868a5b558cf83d (patch) | |
tree | 5e70dff7cac1ed2744295cbca59fb6fb00ff382f /src/nix/command.hh | |
parent | 960e9c560e335c65d378805fdb2594e7079a0c45 (diff) |
toBuildables -> build
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index a7863c49f..97a6fee7f 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -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, |