1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

MountedSourceAccessor: Move into a separate header, add mount method

This commit is contained in:
Eelco Dolstra 2025-09-22 22:28:12 +02:00 committed by John Ericson
parent d1958e1b2c
commit 339338e166
7 changed files with 51 additions and 13 deletions

View file

@ -17,6 +17,7 @@
#include "nix/expr/print.hh"
#include "nix/fetchers/filtering-source-accessor.hh"
#include "nix/util/memory-source-accessor.hh"
#include "nix/util/mounted-source-accessor.hh"
#include "nix/expr/gc-small-vector.hh"
#include "nix/util/url.hh"
#include "nix/fetchers/fetch-to-store.hh"