mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
parent
7d8c99eb43
commit
906d56a96b
3 changed files with 9 additions and 1 deletions
|
@ -35,6 +35,9 @@ public:
|
|||
return uriScheme + host;
|
||||
}
|
||||
|
||||
bool sameMachine()
|
||||
{ return false; }
|
||||
|
||||
void narFromPath(const Path & path, Sink & sink) override;
|
||||
|
||||
ref<FSAccessor> getFSAccessor() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue