MyNixOS website logo

Set of runtime configuration values written to the initial runcommands file. See https://book.rizin.re/src/configuration/initial_scripts.html for more information and use to manually add commands.

Declarations
Type
attribute set of (string or signed integer or boolean or floating point number)
Default
{ }
Example
{
  "asm.bytes" = true;
  "asm.bytes.space" = true;
}