blob: 57518de8cc52d5c95b5441acf9a0a76b48d9a7e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
//! Contains code parsing some of the Nixcpp config files etc.
//! left by Nix *on the local disk*.
//!
//! This is only for Nix' own state/config.
//!
//! More "standardized" protocols, like parts of the Nix HTTP Binary Cache
//! protocol live elsewhere.
pub mod conf;
|