stack-1.5.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Types.Nix

Description

Nix types.

Synopsis

Documentation

data NixOpts #

Nix configuration. Parameterize by resolver type to avoid cyclic dependency.

Constructors

NixOpts 

Fields

Instances

data NixOptsMonoid #

An uninterpreted representation of nix options. Configurations may be "cascaded" using mappend (left-biased).

Constructors

NixOptsMonoid 

Fields

Instances

Eq NixOptsMonoid # 
Show NixOptsMonoid # 
Generic NixOptsMonoid # 

Associated Types

type Rep NixOptsMonoid :: * -> * #

Monoid NixOptsMonoid #

Left-biased combine Nix options

FromJSON (WithJSONWarnings NixOptsMonoid) #

Decode uninterpreted nix options from JSON/YAML.

type Rep NixOptsMonoid # 

nixEnableArgName :: Text #

Nix enable argument name.

nixPureShellArgName :: Text #

Nix run in pure shell argument name.

nixPackagesArgName :: Text #

Nix packages (build inputs) argument name.

nixInitFileArgName :: Text #

shell.nix file path argument name.

nixShellOptsArgName :: Text #

Extra options for the nix-shell command argument name.

nixPathArgName :: Text #

NIX_PATH override argument name

nixAddGCRootsArgName :: Text #

Add GC roots arg name