nix-graph-1.0.0.0: Reify the Nix build graph into a Haskell graph data structure
Safe HaskellNone
LanguageHaskell2010

Nix.Graph

Synopsis

Documentation

data Config Source #

Constructors

Config 

data Exclude Source #

Instances

Instances details
Eq Exclude Source # 
Instance details

Defined in Nix.Graph.Internal

Methods

(==) :: Exclude -> Exclude -> Bool #

(/=) :: Exclude -> Exclude -> Bool #

build Source #

Arguments

:: MonadIO m 
=> Config

Configure how the graph is built

-> [FilePath]

Derivations to build graph from

-> m (AdjacencyMap FilePath) 

Build graph of dependencies