1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-13 12:31:04 +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

@ -1,6 +1,6 @@
#include <nlohmann/json.hpp>
#include "nix/store/remote-fs-accessor.hh"
#include "nix/store/nar-accessor.hh"
#include "nix/util/nar-accessor.hh"
#include <sys/types.h>
#include <sys/stat.h>