1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00

Move nar-accessor.{cc,hh} to libutil

File-system-object-layer functionality doesn't depend on store-layer
concets, and therefore doesn't need to live inside there.
This commit is contained in:
John Ericson 2025-11-19 17:35:13 -05:00
parent 437b9b9879
commit d17bfe3866
10 changed files with 7 additions and 7 deletions

View file

@ -300,7 +300,6 @@ sources = files(
'make-content-addressed.cc',
'misc.cc',
'names.cc',
'nar-accessor.cc',
'nar-info-disk-cache.cc',
'nar-info.cc',
'optimise-store.cc',