feat: show all tasks in directory when calling streamer
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
e748d46c8a
commit
f73c6d16cb
5 changed files with 22 additions and 6 deletions
|
|
@ -190,9 +190,10 @@
|
|||
|
||||
in
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
packages = with pkgs; [
|
||||
virtualenv
|
||||
pkgs.uv
|
||||
uv
|
||||
bashInteractive
|
||||
];
|
||||
|
||||
env = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue