mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
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 New Issue
Block a user