1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Move PosixSourceAccessor into its own file

This commit is contained in:
Eelco Dolstra 2023-10-23 11:05:50 +02:00
parent bcf5c31950
commit 34a42f0d0a
6 changed files with 122 additions and 109 deletions

View file

@ -14,7 +14,7 @@
#include "archive.hh"
#include "util.hh"
#include "config.hh"
#include "source-accessor.hh"
#include "posix-source-accessor.hh"
namespace nix {