mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 15:25:07 +01:00
refactor(modules)!: allow multiple instances for taskfile & process-compose
This commit is contained in:
parent
25fb9162ff
commit
5262901404
6 changed files with 199 additions and 134 deletions
|
|
@ -25,12 +25,9 @@ in {
|
|||
treefmtWrapper
|
||||
];
|
||||
|
||||
task = {
|
||||
alias = ",";
|
||||
tasks = {
|
||||
"hello" = {
|
||||
cmd = "echo world!";
|
||||
};
|
||||
task.",".tasks = {
|
||||
"hello" = {
|
||||
cmd = "echo world!";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -54,7 +51,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
process-compose.config.processes = {
|
||||
process-compose."default".config.processes = {
|
||||
hello.command = "echo 'Hello World'";
|
||||
pc = {
|
||||
command = "echo 'From Process Compose'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue