nix_compat::nix_daemon::worker_protocol

Static MAX_SETTING_SIZE

Source
pub static MAX_SETTING_SIZE: usize
Expand description

Max length of a Nix setting name/value. In bytes.

This value has been arbitrarily choosen after looking the nix.conf manpage. Don’t hesitate to increase it if it’s too limiting.