WIP: refactor and release v1 #30

Draft
williamp wants to merge 16 commits from v1-refactor into master
Showing only changes of commit f569f382f5 - Show all commits

View File

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