cachix-0.6.0: Command line client for Nix binary cache hosting https://cachix.org
Safe HaskellNone
LanguageHaskell2010

Cachix.Client.Store.Context

Synopsis

Documentation

data Ref a Source #

A Nix ref

type PathSet = Set CxxString Source #

A Nix PathSet aka std::setPath aka std::setstd::string>

data Set a Source #

An STL set

data Iterator a Source #

An STL ::iterator

data CxxString Source #

An std::string

context :: Context Source #