Small namespace fix

This commit is contained in:
Carlo Nucera 2020-07-16 09:36:02 -04:00
parent 455bdee205
commit e3b394b6e8

View file

@ -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);