mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
libcmd: Installable::toStorePaths -> Installable::toStorePathSet
This commit is contained in:
parent
8e64cd59b0
commit
5ed1884875
3 changed files with 5 additions and 5 deletions
|
@ -165,7 +165,7 @@ struct Installable
|
|||
const Installables & installables,
|
||||
BuildMode bMode = bmNormal);
|
||||
|
||||
static std::set<StorePath> toStorePaths(
|
||||
static std::set<StorePath> toStorePathSet(
|
||||
ref<Store> evalStore,
|
||||
ref<Store> store,
|
||||
Realise mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue