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

Nix.Builtins

Synopsis

Documentation

withNixContext :: forall e t f m r. (MonadNix e t f m, Has e Options) => Maybe FilePath -> m r -> m r Source #

Evaluate a nix expression in the default context

builtins :: (MonadNix e t f m, Scoped (NValue t f m) m) => m (Scopes m (NValue t f m)) Source #