This commit is contained in:
2025-12-01 20:57:17 +09:00
parent b0a2d15bfb
commit 58c8ac6371
3 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ pkgs.mkShell {
shellHook = ''
echo "Welcome to the project development shell!"
alias craw="/home/bangae1/IdeaProjects/moani/crawling/.venv/bin/python /home/bangae1/IdeaProjects/moani/crawling/toki/book_firefox.py"
export MY_PROJECT_VAR="hello"
'';
}