mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
11 lines
130 B
C++
11 lines
130 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
class Store;
|
|
|
|
void printDotGraph(ref<Store> store, const PathSet & roots);
|
|
|
|
}
|