aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/graphml.hh
blob: bd3a4a37c46221a5b58aa001f5261f5ca5bb33d3 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
///@file

#include "store-api.hh"

namespace nix {

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

}