1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

Move FSInputAccessor into a separate file

This commit is contained in:
Eelco Dolstra 2022-08-01 16:00:12 +02:00
parent 55c63c9b89
commit 48012603b3
17 changed files with 183 additions and 159 deletions

View file

@ -7,6 +7,7 @@
#include "git.hh"
#include "fetchers.hh"
#include "fetch-settings.hh"
#include "input-accessor.hh"
#include <optional>
#include <nlohmann/json.hpp>