Nix 2.29.1
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
dotgraph.hh
Go to the documentation of this file.
1#pragma once
3
4#include "nix/store/store-api.hh"
5
6namespace nix {
7
8void printDotGraph(ref<Store> store, StorePathSet && roots);
9
10}