1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/src/nix-store/dotgraph.hh

10 lines
120 B
C++
Raw Normal View History

#pragma once
#include "store-api.hh"
namespace nix {
void printDotGraph(ref<Store> store, StorePathSet && roots);
}