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.flake-edit.enable

Whether to enable flake-edit.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.flake-edit.package

The flake-edit package to use.

Type: null or package

Default:

pkgs.flake-edit

Declared by:

programs.flake-edit.settings

Configuration written to $XDG_CONFIG_HOME/flake-edit/config.toml on Linux or $HOME/Library/Application Support/flake-edit/config.toml on Darwin. See https://github.com/a-kenji/flake-edit#configuration for documentation.

Type: TOML value

Default:

{ }

Example:

{
  follow = {
    aliases = {
      nixpkgs = [
        "nixpkgs-lib"
      ];
    };
    ignore = [
      "systems"
      "crane.flake-utils"
    ];
    max_depth = 1;
    transitive_min = 2;
  };
}

Declared by: