From 6090da46bfb53e358b818cee491df1a25daa85e0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:12:46 +0000 Subject: [PATCH] Auto generate docs/reference/options.md --- docs/reference/options.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/reference/options.md b/docs/reference/options.md index 612cd1c87..fdcf32cba 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -41534,6 +41534,27 @@ package +List of tasks to run after 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.\.before + + + List of tasks to run before this task.