diff --git a/docs/reference/options.md b/docs/reference/options.md index 5ba114a16..c588001af 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -41438,6 +41438,169 @@ package +## tasks + + + +This option has no description. + + + +*Type:* +attribute set of (submodule) + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.package + + + +Package to install for this task. + + + +*Type:* +package + + + +*Default:* +` ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.binary + + + +Override the binary name if it doesn’t match package name + + + +*Type:* +string + + + +*Default:* +` "bash" ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.depends + + + +List of tasks to run before this task. + + + +*Type:* +list of string + + + +*Default:* +` [ ] ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.description + + + +Description of the task. + + + +*Type:* +string + + + +*Default:* +` "" ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.exec + + + +Command to execute the task. + + + +*Type:* +null or string + + + +*Default:* +` null ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.input + + + +Input values for the task, encoded as JSON. + + + +*Type:* +attribute set of anything + + + +*Default:* +` { } ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + +## tasks.\.status + + + +Check if the command should be ran + + + +*Type:* +null or string + + + +*Default:* +` null ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix](https://github.com/cachix/devenv/blob/main/src/modules/tasks.nix) + + + ## unsetEnvVars