Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.piston-cli.enable

Whether to enable piston-cli, code runner.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.piston-cli.package

The piston-cli package to use.

Type: package

Default:

pkgs.piston-cli

Declared by:

programs.piston-cli.settings

Configuration written to $XDG_CONFIG_HOME/piston-cli/config.yml.

Type: YAML 1.1 value

Default:

{ }

Example:

{
  box_style = "MINIMAL_DOUBLE_HEAD";
  prompt_continuation = "...";
  prompt_start = ">>>";
  theme = "emacs";
}

Declared by: