mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 07:15:08 +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
|
|
@ -14,7 +14,7 @@ in {
|
|||
script = let
|
||||
shell = devshell.mkShell {
|
||||
imports = [module];
|
||||
task.enable = true;
|
||||
task."default" = {};
|
||||
};
|
||||
in
|
||||
# sh
|
||||
|
|
@ -29,10 +29,7 @@ in {
|
|||
script = let
|
||||
shell = devshell.mkShell {
|
||||
imports = [module];
|
||||
task = {
|
||||
enable = true;
|
||||
alias = ",";
|
||||
};
|
||||
task."," = {};
|
||||
};
|
||||
in
|
||||
# sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue