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

#include "store-api.hh"

namespace nix {

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

}