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

Cachix.Client.NixConf

Synopsis

Documentation

newtype NixConfG a Source #

Constructors

NixConf a 

Instances

Instances details
Functor NixConfG Source # 
Instance details

Defined in Cachix.Client.NixConf

Methods

fmap :: (a -> b) -> NixConfG a -> NixConfG b #

(<$) :: a -> NixConfG b -> NixConfG a #

Eq a => Eq (NixConfG a) Source # 
Instance details

Defined in Cachix.Client.NixConf

Methods

(==) :: NixConfG a -> NixConfG a -> Bool #

(/=) :: NixConfG a -> NixConfG a -> Bool #

Show a => Show (NixConfG a) Source # 
Instance details

Defined in Cachix.Client.NixConf

Methods

showsPrec :: Int -> NixConfG a -> ShowS #

show :: NixConfG a -> String #

showList :: [NixConfG a] -> ShowS #

data NixConfLoc Source #

Constructors

Global 
Local 

Instances

Instances details
Eq NixConfLoc Source # 
Instance details

Defined in Cachix.Client.NixConf

Show NixConfLoc Source # 
Instance details

Defined in Cachix.Client.NixConf

add :: BinaryCache -> [NixConf] -> NixConf -> NixConf Source #

Pure version of addIO

parse :: Text -> Either (ParseErrorBundle Text Void) NixConf Source #