mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove 'using namespace fetchers'
This commit is contained in:
parent
6691256e79
commit
636455c471
3 changed files with 3 additions and 5 deletions
|
@ -12,7 +12,7 @@ using namespace flake;
|
|||
|
||||
namespace flake {
|
||||
|
||||
typedef std::pair<Tree, FlakeRef> FetchedFlake;
|
||||
typedef std::pair<fetchers::Tree, FlakeRef> FetchedFlake;
|
||||
typedef std::vector<std::pair<FlakeRef, FetchedFlake>> FlakeCache;
|
||||
|
||||
static std::optional<FetchedFlake> lookupInFlakeCache(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue