1
0
Fork 0
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:
Cole Helbling 2023-12-21 10:14:54 -08:00
parent 8e64cd59b0
commit 5ed1884875
3 changed files with 5 additions and 5 deletions

View file

@ -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,