hnix-0.17.0: Haskell implementation of the Nix language
Safe HaskellSafe-Inferred
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 #