Crate nix_config_parser

Source
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§

ParseError
An error that occurred while attempting to parse a nix.conf Path or String.