1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Rename remaining instances of "InputAccessor" to "SourceAccessor"

This commit is contained in:
Eelco Dolstra 2024-05-06 17:29:03 +02:00
parent feb1d10f60
commit 709cd44d3e
12 changed files with 72 additions and 72 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include "filtering-input-accessor.hh"
#include "filtering-source-accessor.hh"
#include "fs-sink.hh"
namespace nix {