refactor to Go and release v1 #30

Manually merged
williamp merged 33 commits from v1-refactor into master 2026-03-07 01:06:53 +00:00
Showing only changes of commit f569f382f5 - Show all commits

View File

@@ -29,6 +29,14 @@
pkgs.go pkgs.go
pkgs.yt-dlp pkgs.yt-dlp
]; ];
shellHook = ''
if [ -f .env ]; then
set -a
source .env
set +a
fi
'';
}; };
}); });
}; };