1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-18 06:51:07 +01: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',