mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Rename Derivation::pathOpt
to Derivation::path
We no longer need the `*Opt` to disambiguate.
This commit is contained in:
parent
6387550d58
commit
3a5cdd737c
5 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@ static void mkOutputString(EvalState & state, Value & v,
|
|||
const StorePath & drvPath, const BasicDerivation & drv,
|
||||
std::pair<string, DerivationOutput> o)
|
||||
{
|
||||
auto optOutputPath = o.second.pathOpt(*state.store, drv.name, o.first);
|
||||
auto optOutputPath = o.second.path(*state.store, drv.name, o.first);
|
||||
mkString(
|
||||
*state.allocAttr(v, state.symbols.create(o.first)),
|
||||
optOutputPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue