funflow-nix-0.1.0.0: Utility functions for using funflow with nix

Safe HaskellNone
LanguageHaskell2010

Control.Funflow.External.Nix

Synopsis

Documentation

data NixConfig Source #

Constructors

NixShellConfig 

Fields

data NixpkgsSource Source #

Constructors

NIX_PATH

Inherit the NIX_PATH from the environment

NixpkgsTarball URI

The URI pointing to a nixpkgs tarball

Instances

data Environment Source #

Constructors

ShellFile (Content File)

Path to a shell.nix file

PackageList [Text]

A list of packages that will be passed by -p.

nix :: (ContentHashable IO a, ArrowFlow eff ex arr) => (a -> NixConfig) -> arr a Item Source #

Constructor a flow from a NixConfig