Skip to content

Commit

Permalink
Auto generate docs/reference/options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 21cd7a7 commit 2b36734
Showing 1 changed file with 163 additions and 0 deletions.
163 changes: 163 additions & 0 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\<name>.package



Package to install for this task.



*Type:*
package



*Default:*
` <derivation bash-5.2p26> `

*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.\<name>.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.\<name>.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.\<name>.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.\<name>.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.\<name>.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.\<name>.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


Expand Down

0 comments on commit 2b36734

Please sign in to comment.