1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 14:53: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', 'github.cc',
'indirect.cc', 'indirect.cc',
'mercurial.cc', 'mercurial.cc',
'mounted-source-accessor.cc',
'path.cc', 'path.cc',
'registry.cc', 'registry.cc',
'store-path-accessor.cc', 'store-path-accessor.cc',
@ -72,7 +71,6 @@ headers = files(
'filtering-source-accessor.hh', 'filtering-source-accessor.hh',
'git-lfs-fetch.hh', 'git-lfs-fetch.hh',
'git-utils.hh', 'git-utils.hh',
'mounted-source-accessor.hh',
'registry.hh', 'registry.hh',
'store-path-accessor.hh', 'store-path-accessor.hh',
'tarball.hh', 'tarball.hh',

View file

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