NixTree.PathStats
data PathStats Source #
Constructors
Fields
Defined in NixTree.PathStats
Associated Types
Methods
from :: PathStats -> Rep PathStats x #
to :: Rep PathStats x -> PathStats #
showsPrec :: Int -> PathStats -> ShowS #
show :: PathStats -> String #
showList :: [PathStats] -> ShowS #
rnf :: PathStats -> () #
calculatePathStats :: StoreEnv () -> StoreEnv PathStats Source #
whyDepends :: StoreEnv a -> StoreName -> [NonEmpty (StorePath StoreName a)] Source #
shortestPathTo :: StoreEnv a -> StoreName -> NonEmpty (StorePath StoreName a) Source #
module NixTree.StorePath