feat: show all tasks in directory when calling streamer

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-04-13 17:00:14 +02:00
parent e748d46c8a
commit f73c6d16cb
5 changed files with 22 additions and 6 deletions

View file

@ -190,9 +190,10 @@
in
pkgs.mkShell {
packages = [
packages = with pkgs; [
virtualenv
pkgs.uv
uv
bashInteractive
];
env = {