Deploy and release v1.0.0 (Go Refactor) #30
This commit was merged in pull request #30.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
pkgs.go
|
||||
pkgs.yt-dlp
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
if [ -f .env ]; then
|
||||
set -a
|
||||
@@ -45,6 +46,11 @@
|
||||
.venv/bin/pip install -r ./app/requirements.txt
|
||||
source .venv/bin/activate
|
||||
fi
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
|
||||
>>>>>>> v1-refactor
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user