Expand description
§nix-config-parser
A simple parser for the Nix configuration file format.
Structs§
- NixConfig
 - A newtype wrapper around a [
HashMap], where the key is the name of the Nix setting, and the value is the value of that setting. If the setting accepts a list of values, the value will be space delimited. 
Enums§
- Parse
Error  - An error that occurred while attempting to parse a 
nix.confPathorString.