forked from lix-project/lix
Small namespace fix
This commit is contained in:
parent
455bdee205
commit
e3b394b6e8
|
@ -76,7 +76,7 @@ StorePath writeDerivation(ref<Store> store,
|
|||
const Derivation & drv, std::string_view name, RepairFlag repair = NoRepair);
|
||||
|
||||
/* Read a derivation from a file. */
|
||||
Derivation parseDerivation(const Store & store, string && s);
|
||||
Derivation parseDerivation(const Store & store, std::string && s);
|
||||
|
||||
// FIXME: remove
|
||||
bool isDerivation(const string & fileName);
|
||||
|
|
Loading…
Reference in a new issue