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

Move MountedSourceAccessor to libutil

This commit is contained in:
Eelco Dolstra 2025-02-18 22:30:23 +01:00
parent f201446983
commit 0da81343d7
4 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,6 @@ sources = files(
'github.cc',
'indirect.cc',
'mercurial.cc',
'mounted-source-accessor.cc',
'path.cc',
'registry.cc',
'store-path-accessor.cc',
@ -72,7 +71,6 @@ headers = files(
'filtering-source-accessor.hh',
'git-lfs-fetch.hh',
'git-utils.hh',
'mounted-source-accessor.hh',
'registry.hh',
'store-path-accessor.hh',
'tarball.hh',

View file

@ -153,6 +153,7 @@ sources = files(
'json-utils.cc',
'logging.cc',
'memory-source-accessor.cc',
'mounted-source-accessor.cc',
'position.cc',
'posix-source-accessor.cc',
'references.cc',
@ -220,6 +221,7 @@ headers = [config_h] + files(
'logging.hh',
'lru-cache.hh',
'memory-source-accessor.hh',
'mounted-source-accessor.hh',
'muxable-pipe.hh',
'os-string.hh',
'pool.hh',