Skip to main content

Config

Type Alias Config 

Source
pub type Config = HashMap<String, NixValue>;
Expand description

The output of eval_modules — a path-keyed config attrset.

Aliased Type§

pub struct Config { /* private fields */ }