mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
C API: add more tests
This commit is contained in:
parent
2e1dbbe307
commit
1093ab64a2
6 changed files with 86 additions and 26 deletions
|
@ -897,11 +897,6 @@ void Value::mkStringMove(const char * s, const NixStringContext & context)
|
|||
copyContextToValue(*this, context);
|
||||
}
|
||||
|
||||
void Value::mkPath(std::string_view path)
|
||||
{
|
||||
mkPath(makeImmutableString(path));
|
||||
}
|
||||
|
||||
void Value::mkPath(const SourcePath & path)
|
||||
{
|
||||
mkPath(&*path.accessor, makeImmutableString(path.path.abs()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue