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:
parent
437b9b9879
commit
d17bfe3866
10 changed files with 7 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue