mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Small namespace fix
This commit is contained in:
parent
455bdee205
commit
e3b394b6e8
1 changed files with 1 additions and 1 deletions
|
@ -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