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

@ -15,6 +15,7 @@
#include "nix/fetchers/fetch-settings.hh"
#include "nix/util/json-utils.hh"
#include "nix/util/archive.hh"
#include "nix/util/mounted-source-accessor.hh"
#include <regex>
#include <string.h>