1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Support empty Git repositories / workdirs

Fixes #10039.
This commit is contained in:
Eelco Dolstra 2024-02-20 11:40:02 +01:00
parent d52d91fe7a
commit 9e762454cf
5 changed files with 52 additions and 10 deletions

View file

@ -13,4 +13,6 @@ struct MemoryInputAccessor : InputAccessor
ref<MemoryInputAccessor> makeMemoryInputAccessor();
ref<InputAccessor> makeEmptyInputAccessor();
}