Crate nix_config_parser
source ·Expand description
nix-config-parser
A simple parser for the Nix configuration file format.
Structs
- 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.