1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00

Add a UnionSourceAccessor

This commit is contained in:
Eelco Dolstra 2025-02-19 12:45:59 +01:00
parent c3d8799f9f
commit 5b7c240ebd
3 changed files with 89 additions and 0 deletions

View file

@ -167,6 +167,7 @@ sources = files(
'tarfile.cc',
'terminal.cc',
'thread-pool.cc',
'union-source-accessor.cc',
'unix-domain-socket.cc',
'url.cc',
'users.cc',