aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/dotgraph.hh
blob: 73b8d06b94544866d55d39fd1e64acf2b76a652c (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "store-api.hh"

namespace nix {

void printDotGraph(ref<Store> store, StorePathSet && roots);

}