hnix-0.16.0: Haskell implementation of the Nix language
Safe HaskellNone
LanguageHaskell2010

Nix.Options

Description

Definitions & defaults for the CLI options

Documentation

data Options Source #

Instances

Instances details
Show Options Source # 
Instance details

Defined in Nix.Options

Has (Context m t) Options Source # 
Instance details

Defined in Nix.Context

askOptions :: forall e m. (MonadReader e m, Has e Options) => m Options Source #